#77662C

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

Shades of Himalaya #77662C

Tints of Himalaya #77662C

Color information

#77662C (or 0x77662C) is unknown color: approx Himalaya. HEX triplet: 77, 66 and 2C. RGB value is (119,102,44). Sum of RGB (Red+Green+Blue) = 119+102+44=265 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.91% from 265); Green value is 102 (40.23% from 255 or 38.49% from 265); Blue value is 44 (17.58% from 255 or 16.60% from 265); Max value from RGB is 119 - color contains mainly: red. Hex color #77662C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77662C is #8899D3. Grayscale: #646464. Windows color (decimal): -8952276 or 2909815. OLE color: 2909815.

HSL color Cylindrical-coordinate representation of color #77662C: hue angle of 46.4º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #77662C is Cyan = 0, Magento = 0.14, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB11910244-
CMYK00.140.630.53
HSL46.4º46.01%31.96%-
HSV(B)46.4º63.03%46.67%-
XYZ12.8113.614.33-
YUV100.4796.13141.22-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.91%
GREEN value IS 102 (40.23% from 255) = 38.49%
BLUE value IS 44 (17.58% from 255) = 16.60%
R=44.91%
G=38.49%
B=16.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191024400.140.630.5346.446.0131.96
Hex77662C0E3F352e2e20
Octal167146540167765565640
Binary1110111110011010110001110111111110101101110101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77662C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77662C; }

 p { color: rgb(119,102,44); }

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

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

 a { background-color: rgb(119,102,44); }

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

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

 span { border-color: rgb(119,102,44); }

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