#76692F

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

Shades of Himalaya #76692F

Tints of Himalaya #76692F

Color information

#76692F (or 0x76692F) is unknown color: approx Himalaya. HEX triplet: 76, 69 and 2F. RGB value is (118,105,47). Sum of RGB (Red+Green+Blue) = 118+105+47=270 (35% of max value = 765). Red value is 118 (46.48% from 255 or 43.70% from 270); Green value is 105 (41.41% from 255 or 38.89% from 270); Blue value is 47 (18.75% from 255 or 17.41% from 270); Max value from RGB is 118 - color contains mainly: red. Hex color #76692F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76692F is #8996D0. Grayscale: #666666. Windows color (decimal): -9017041 or 3107190. OLE color: 3107190.

HSL color Cylindrical-coordinate representation of color #76692F: hue angle of 49.01º degrees, saturation: 0.43, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #76692F is Cyan = 0, Magento = 0.11, Yellow = 0.60 and Black (K on CMYK) = 0.54.

Color convert

RGB11810547-
CMYK00.110.600.54
HSL49.01º43.03%32.35%-
HSV(B)49.01º60.17%46.27%-
XYZ13.0414.164.74-
YUV102.2896.81139.22-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.70%
GREEN value IS 105 (41.41% from 255) = 38.89%
BLUE value IS 47 (18.75% from 255) = 17.41%
R=43.70%
G=38.89%
B=17.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.60
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181054700.110.600.5449.0143.0332.35
Hex76692F0B3C36312b20
Octal166151570137466615340
Binary1110110110100110111101011111100110110110001101011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76692F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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