#765D2C

Color #765D2C Himalaya (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Himalaya #765D2C

Tints of Himalaya #765D2C

Color information

#765D2C (or 0x765D2C) is unknown color: approx Himalaya. HEX triplet: 76, 5D and 2C. RGB value is (118,93,44). Sum of RGB (Red+Green+Blue) = 118+93+44=255 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.27% from 255); Green value is 93 (36.72% from 255 or 36.47% from 255); Blue value is 44 (17.58% from 255 or 17.25% from 255); Max value from RGB is 118 - color contains mainly: red. Hex color #765D2C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #765D2C is #89A2D3. Grayscale: #5F5F5F. Windows color (decimal): -9020116 or 2907510. OLE color: 2907510.

HSL color Cylindrical-coordinate representation of color #765D2C: hue angle of 39.73º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #765D2C is Cyan = 0, Magento = 0.21, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB1189344-
CMYK00.210.630.54
HSL39.73º45.68%31.76%-
HSV(B)39.73º62.71%46.27%-
XYZ11.8411.864.05-
YUV94.8999.28144.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 118 (46.48% from 255) = 46.27%
GREEN value IS 93 (36.72% from 255) = 36.47%
BLUE value IS 44 (17.58% from 255) = 17.25%
R=46.27%
G=36.47%
B=17.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118934400.210.630.5439.7345.6831.76
Hex765D2C0153F36282e20
Octal166135540257766505640
Binary11101101011101101100010101111111110110101000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #765D2C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #765D2C; }

 p { color: rgb(118,93,44); }

 H1.HeaderClassName
 {
   color: #765D2C;
 }
 .AnyTagClassName
 {
   color: #765D2C;
 }
</style>
background-color css

<style>
 a { background-color: #765D2C; }

 a { background-color: rgb(118,93,44); }

 div.DivClassName
 {
   background-color: #765D2C;
 }
 .BgClassName
 {
   background-color: #765D2C;
 }
</style>
border-color css

<style>
 span { border-color: #765D2C; }

 span { border-color: rgb(118,93,44); }

 td.TdClassName
 {
   border-color: #765D2C;
 }
 .TagClassName
 {
   border-color: #765D2C;
 }
</style>