#76682C

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

Shades of Himalaya #76682C

Tints of Himalaya #76682C

Color information

#76682C (or 0x76682C) is unknown color: approx Himalaya. HEX triplet: 76, 68 and 2C. RGB value is (118,104,44). Sum of RGB (Red+Green+Blue) = 118+104+44=266 (35% of max value = 765). Red value is 118 (46.48% from 255 or 44.36% from 266); Green value is 104 (41.02% from 255 or 39.10% from 266); Blue value is 44 (17.58% from 255 or 16.54% from 266); Max value from RGB is 118 - color contains mainly: red. Hex color #76682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76682C is #8997D3. Grayscale: #656565. Windows color (decimal): -9017300 or 2910326. OLE color: 2910326.

HSL color Cylindrical-coordinate representation of color #76682C: hue angle of 48.65º degrees, saturation: 0.46, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76682C is Cyan = 0, Magento = 0.12, Yellow = 0.63 and Black (K on CMYK) = 0.54.

Color convert

RGB11810444-
CMYK00.120.630.54
HSL48.65º45.68%31.76%-
HSV(B)48.65º62.71%46.27%-
XYZ12.8813.934.39-
YUV101.3595.64139.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.36%
GREEN value IS 104 (41.02% from 255) = 39.10%
BLUE value IS 44 (17.58% from 255) = 16.54%
R=44.36%
G=39.10%
B=16.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.63
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181044400.120.630.5448.6545.6831.76
Hex76682C0C3F36312e20
Octal166150540147766615640
Binary1110110110100010110001100111111110110110001101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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