#77682C

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

Shades of Himalaya #77682C

Tints of Himalaya #77682C

Color information

#77682C (or 0x77682C) is unknown color: approx Himalaya. HEX triplet: 77, 68 and 2C. RGB value is (119,104,44). Sum of RGB (Red+Green+Blue) = 119+104+44=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 44 (17.58% from 255 or 16.48% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77682C is #8897D3. Grayscale: #656565. Windows color (decimal): -8951764 or 2910327. OLE color: 2910327.

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

Color convert

RGB11910444-
CMYK00.130.630.53
HSL48º46.01%31.96%-
HSV(B)48º63.03%46.67%-
XYZ13.01144.4-
YUV101.6495.47140.38-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 44 (17.58% from 255) = 16.48%
R=44.57%
G=38.95%
B=16.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191044400.130.630.534846.0131.96
Hex77682C0D3F35302e20
Octal167150540157765605640
Binary1110111110100010110001101111111110101110000101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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