#77602C

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

Shades of Himalaya #77602C

Tints of Himalaya #77602C

Color information

#77602C (or 0x77602C) is unknown color: approx Himalaya. HEX triplet: 77, 60 and 2C. RGB value is (119,96,44). Sum of RGB (Red+Green+Blue) = 119+96+44=259 (34% of max value = 765). Red value is 119 (46.88% from 255 or 45.95% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 44 (17.58% from 255 or 16.99% from 259); Max value from RGB is 119 - color contains mainly: red. Hex color #77602C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77602C is #889FD3. Grayscale: #616161. Windows color (decimal): -8953812 or 2908279. OLE color: 2908279.

HSL color Cylindrical-coordinate representation of color #77602C: hue angle of 41.6º 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 #77602C is Cyan = 0, Magento = 0.19, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB1199644-
CMYK00.190.630.53
HSL41.6º46.01%31.96%-
HSV(B)41.6º63.03%46.67%-
XYZ12.2512.474.14-
YUV96.9598.12143.73-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 45.95%
GREEN value IS 96 (37.89% from 255) = 37.07%
BLUE value IS 44 (17.58% from 255) = 16.99%
R=45.95%
G=37.07%
B=16.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal119964400.190.630.5341.646.0131.96
Hex77602C0133F352a2e20
Octal167140540237765525640
Binary11101111100000101100010011111111110101101010101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77602C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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