#766937

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

Shades of Himalaya #766937

Tints of Himalaya #766937

Color information

#766937 (or 0x766937) is unknown color: approx Himalaya. HEX triplet: 76, 69 and 37. RGB value is (118,105,55). Sum of RGB (Red+Green+Blue) = 118+105+55=278 (36% of max value = 765). Red value is 118 (46.48% from 255 or 42.45% from 278); Green value is 105 (41.41% from 255 or 37.77% from 278); Blue value is 55 (21.88% from 255 or 19.78% from 278); Max value from RGB is 118 - color contains mainly: red. Hex color #766937 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766937 is #8996C8. Grayscale: #676767. Windows color (decimal): -9017033 or 3631478. OLE color: 3631478.

HSL color Cylindrical-coordinate representation of color #766937: hue angle of 47.62º degrees, saturation: 0.36, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #766937 is Cyan = 0, Magento = 0.11, Yellow = 0.53 and Black (K on CMYK) = 0.54.

Color convert

RGB11810555-
CMYK00.110.530.54
HSL47.62º36.42%33.92%-
HSV(B)47.62º53.39%46.27%-
XYZ13.2114.235.66-
YUV103.19100.81138.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 42.45%
GREEN value IS 105 (41.41% from 255) = 37.77%
BLUE value IS 55 (21.88% from 255) = 19.78%
R=42.45%
G=37.77%
B=19.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.53
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181055500.110.530.5447.6236.4233.92
Hex7669370B3536302422
Octal166151670136566604442
Binary1110110110100111011101011110101110110110000100100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766937

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766937; }

 p { color: rgb(118,105,55); }

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

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

 a { background-color: rgb(118,105,55); }

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

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

 span { border-color: rgb(118,105,55); }

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