#77662F

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

Shades of Himalaya #77662F

Tints of Himalaya #77662F

Color information

#77662F (or 0x77662F) is unknown color: approx Himalaya. HEX triplet: 77, 66 and 2F. RGB value is (119,102,47). Sum of RGB (Red+Green+Blue) = 119+102+47=268 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.40% from 268); Green value is 102 (40.23% from 255 or 38.06% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 119 - color contains mainly: red. Hex color #77662F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77662F is #8899D0. Grayscale: #656565. Windows color (decimal): -8952273 or 3106423. OLE color: 3106423.

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

Color convert

RGB11910247-
CMYK00.140.610.53
HSL45.83º43.37%32.55%-
HSV(B)45.83º60.5%46.67%-
XYZ12.8713.634.64-
YUV100.8197.63140.97-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.40%
GREEN value IS 102 (40.23% from 255) = 38.06%
BLUE value IS 47 (18.75% from 255) = 17.54%
R=44.40%
G=38.06%
B=17.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191024700.140.610.5345.8343.3732.55
Hex77662F0E3D352e2b21
Octal167146570167565565341
Binary1110111110011010111101110111101110101101110101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77662F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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