#76692A

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

Shades of Himalaya #76692A

Tints of Himalaya #76692A

Color information

#76692A (or 0x76692A) is unknown color: approx Himalaya. HEX triplet: 76, 69 and 2A. RGB value is (118,105,42). Sum of RGB (Red+Green+Blue) = 118+105+42=265 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.53% from 265); Green value is 105 (41.41% from 255 or 39.62% from 265); Blue value is 42 (16.80% from 255 or 15.85% from 265); Max value from RGB is 118 - color contains mainly: red. Hex color #76692A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76692A is #8996D5. Grayscale: #656565. Windows color (decimal): -9017046 or 2779510. OLE color: 2779510.

HSL color Cylindrical-coordinate representation of color #76692A: hue angle of 49.74º degrees, saturation: 0.47, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #76692A is Cyan = 0, Magento = 0.11, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB11810542-
CMYK00.110.640.54
HSL49.74º47.5%31.37%-
HSV(B)49.74º64.41%46.27%-
XYZ12.9414.124.23-
YUV101.794.31139.62-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.53%
GREEN value IS 105 (41.41% from 255) = 39.62%
BLUE value IS 42 (16.80% from 255) = 15.85%
R=44.53%
G=39.62%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181054200.110.640.5449.7447.531.37
Hex76692A0B403632301f
Octal1661515201310066626037
Binary1110110110100110101001011100000011011011001011000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76692A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76692A; }

 p { color: rgb(118,105,42); }

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

<style>
 a { background-color: #76692A; }

 a { background-color: rgb(118,105,42); }

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

<style>
 span { border-color: #76692A; }

 span { border-color: rgb(118,105,42); }

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