#766829

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

Shades of Himalaya #766829

Tints of Himalaya #766829

Color information

#766829 (or 0x766829) is unknown color: approx Himalaya. HEX triplet: 76, 68 and 29. RGB value is (118,104,41). Sum of RGB (Red+Green+Blue) = 118+104+41=263 (34% of max value = 765). Red value is 118 (46.48% from 255 or 44.87% from 263); Green value is 104 (41.02% from 255 or 39.54% from 263); Blue value is 41 (16.41% from 255 or 15.59% from 263); Max value from RGB is 118 - color contains mainly: red. Hex color #766829 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766829 is #8997D6. Grayscale: #656565. Windows color (decimal): -9017303 or 2713718. OLE color: 2713718.

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

Color convert

RGB11810441-
CMYK00.120.650.54
HSL49.09º48.43%31.18%-
HSV(B)49.09º65.25%46.27%-
XYZ12.8213.914.11-
YUV10194.14140.12-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 44.87%
GREEN value IS 104 (41.02% from 255) = 39.54%
BLUE value IS 41 (16.41% from 255) = 15.59%
R=44.87%
G=39.54%
B=15.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.65
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181044100.120.650.5449.0948.4331.18
Hex7668290C413631301f
Octal1661505101410166616037
Binary1110110110100010100101100100000111011011000111000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766829

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766829; }

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

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

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

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

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

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

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

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