#76662A

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

Shades of Himalaya #76662A

Tints of Himalaya #76662A

Color information

#76662A (or 0x76662A) is unknown color: approx Himalaya. HEX triplet: 76, 66 and 2A. RGB value is (118,102,42). Sum of RGB (Red+Green+Blue) = 118+102+42=262 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.04% from 262); Green value is 102 (40.23% from 255 or 38.93% from 262); Blue value is 42 (16.80% from 255 or 16.03% from 262); Max value from RGB is 118 - color contains mainly: red. Hex color #76662A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76662A is #8999D5. Grayscale: #646464. Windows color (decimal): -9017814 or 2778742. OLE color: 2778742.

HSL color Cylindrical-coordinate representation of color #76662A: hue angle of 47.37º 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 #76662A is Cyan = 0, Magento = 0.14, Yellow = 0.64 and Black (K on CMYK) = 0.54.

Color convert

RGB11810242-
CMYK00.140.640.54
HSL47.37º47.5%31.37%-
HSV(B)47.37º64.41%46.27%-
XYZ12.6413.524.13-
YUV99.9495.3140.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.04%
GREEN value IS 102 (40.23% from 255) = 38.93%
BLUE value IS 42 (16.80% from 255) = 16.03%
R=45.04%
G=38.93%
B=16.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181024200.140.640.5447.3747.531.37
Hex76662A0E40362f301f
Octal1661465201610066576037
Binary1110110110011010101001110100000011011010111111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76662A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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