#76682E

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

Shades of Himalaya #76682E

Tints of Himalaya #76682E

Color information

#76682E (or 0x76682E) is unknown color: approx Himalaya. HEX triplet: 76, 68 and 2E. RGB value is (118,104,46). Sum of RGB (Red+Green+Blue) = 118+104+46=268 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.03% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 46 (18.36% from 255 or 17.16% from 268); Max value from RGB is 118 - color contains mainly: red. Hex color #76682E is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76682E is #8997D1. Grayscale: #656565. Windows color (decimal): -9017298 or 3041398. OLE color: 3041398.

HSL color Cylindrical-coordinate representation of color #76682E: hue angle of 48.33º 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 #76682E is Cyan = 0, Magento = 0.12, Yellow = 0.61 and Black (K on CMYK) = 0.54.

Color convert

RGB11810446-
CMYK00.120.610.54
HSL48.33º43.9%32.16%-
HSV(B)48.33º61.02%46.27%-
XYZ12.9113.954.6-
YUV101.5796.64139.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.03%
GREEN value IS 104 (41.02% from 255) = 38.81%
BLUE value IS 46 (18.36% from 255) = 17.16%
R=44.03%
G=38.81%
B=17.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.61
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181044600.120.610.5448.3343.932.16
Hex76682E0C3D36302c20
Octal166150560147566605440
Binary1110110110100010111001100111101110110110000101100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76682E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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