#766832

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

Shades of Himalaya #766832

Tints of Himalaya #766832

Color information

#766832 (or 0x766832) is unknown color: approx Himalaya. HEX triplet: 76, 68 and 32. RGB value is (118,104,50). Sum of RGB (Red+Green+Blue) = 118+104+50=272 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.38% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 50 (19.92% from 255 or 18.38% from 272); Max value from RGB is 118 - color contains mainly: red. Hex color #766832 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766832 is #8997CD. Grayscale: #666666. Windows color (decimal): -9017294 or 3303542. OLE color: 3303542.

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

Color convert

RGB11810450-
CMYK00.120.580.54
HSL47.65º40.48%32.94%-
HSV(B)47.65º57.63%46.27%-
XYZ1313.985.03-
YUV102.0398.64139.39-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.38%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 50 (19.92% from 255) = 18.38%
R=43.38%
G=38.24%
B=18.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.58
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181045000.120.580.5447.6540.4832.94
Hex7668320C3A36302821
Octal166150620147266605041
Binary1110110110100011001001100111010110110110000101000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766832

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766832; }

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

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

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

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

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

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

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

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