#76672E

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

Shades of Himalaya #76672E

Tints of Himalaya #76672E

Color information

#76672E (or 0x76672E) is unknown color: approx Himalaya. HEX triplet: 76, 67 and 2E. RGB value is (118,103,46). Sum of RGB (Red+Green+Blue) = 118+103+46=267 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.19% from 267); Green value is 103 (40.62% from 255 or 38.58% from 267); Blue value is 46 (18.36% from 255 or 17.23% from 267); Max value from RGB is 118 - color contains mainly: red. Hex color #76672E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76672E is #8998D1. Grayscale: #656565. Windows color (decimal): -9017554 or 3041142. OLE color: 3041142.

HSL color Cylindrical-coordinate representation of color #76672E: hue angle of 47.5º degrees, saturation: 0.44, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #76672E is Cyan = 0, Magento = 0.13, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB11810346-
CMYK00.130.610.54
HSL47.5º43.9%32.16%-
HSV(B)47.5º61.02%46.27%-
XYZ12.8113.754.56-
YUV100.9996.97140.13-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.19%
GREEN value IS 103 (40.62% from 255) = 38.58%
BLUE value IS 46 (18.36% from 255) = 17.23%
R=44.19%
G=38.58%
B=17.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181034600.130.610.5447.543.932.16
Hex76672E0D3D36302c20
Octal166147560157566605440
Binary1110110110011110111001101111101110110110000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76672E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76672E; }

 p { color: rgb(118,103,46); }

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

<style>
 a { background-color: #76672E; }

 a { background-color: rgb(118,103,46); }

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

<style>
 span { border-color: #76672E; }

 span { border-color: rgb(118,103,46); }

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