#76672B

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

Shades of Himalaya #76672B

Tints of Himalaya #76672B

Color information

#76672B (or 0x76672B) is unknown color: approx Himalaya. HEX triplet: 76, 67 and 2B. RGB value is (118,103,43). Sum of RGB (Red+Green+Blue) = 118+103+43=264 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.70% from 264); Green value is 103 (40.62% from 255 or 39.02% from 264); Blue value is 43 (17.19% from 255 or 16.29% from 264); Max value from RGB is 118 - color contains mainly: red. Hex color #76672B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #76672B is #8998D4. Grayscale: #646464. Windows color (decimal): -9017557 or 2844534. OLE color: 2844534.

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

Color convert

RGB11810343-
CMYK00.130.640.54
HSL48º46.58%31.57%-
HSV(B)48º63.56%46.27%-
XYZ12.7613.734.26-
YUV100.6495.47140.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.70%
GREEN value IS 103 (40.62% from 255) = 39.02%
BLUE value IS 43 (17.19% from 255) = 16.29%
R=44.70%
G=39.02%
B=16.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181034300.130.640.544846.5831.57
Hex76672B0D4036302f20
Octal1661475301510066605740
Binary11101101100111101011011011000000110110110000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76672B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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