#77692B

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

Shades of Himalaya #77692B

Tints of Himalaya #77692B

Color information

#77692B (or 0x77692B) is unknown color: approx Himalaya. HEX triplet: 77, 69 and 2B. RGB value is (119,105,43). Sum of RGB (Red+Green+Blue) = 119+105+43=267 (35% of max value = 765). Red value is 119 (46.88% from 255 or 44.57% from 267); Green value is 105 (41.41% from 255 or 39.33% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 119 - color contains mainly: red. Hex color #77692B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #77692B is #8896D4. Grayscale: #666666. Windows color (decimal): -8951509 or 2845047. OLE color: 2845047.

HSL color Cylindrical-coordinate representation of color #77692B: hue angle of 48.95º degrees, saturation: 0.47, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #77692B is Cyan = 0, Magento = 0.12, Yellow = 0.64 and Black (K on CMYK) = 0.53.

Color convert

RGB11910543-
CMYK00.120.640.53
HSL48.95º46.91%31.76%-
HSV(B)48.95º63.87%46.67%-
XYZ13.114.24.34-
YUV102.1294.64140.04-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 44.57%
GREEN value IS 105 (41.41% from 255) = 39.33%
BLUE value IS 43 (17.19% from 255) = 16.10%
R=44.57%
G=39.33%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1191054300.120.640.5348.9546.9131.76
Hex77692B0C4035312f20
Octal1671515301410065615740
Binary11101111101001101011011001000000110101110001101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77692B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77692B; }

 p { color: rgb(119,105,43); }

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

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

 a { background-color: rgb(119,105,43); }

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

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

 span { border-color: rgb(119,105,43); }

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