#766126

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

Shades of Himalaya #766126

Tints of Himalaya #766126

Color information

#766126 (or 0x766126) is unknown color: approx Himalaya. HEX triplet: 76, 61 and 26. RGB value is (118,97,38). Sum of RGB (Red+Green+Blue) = 118+97+38=253 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.64% from 253); Green value is 97 (38.28% from 255 or 38.34% from 253); Blue value is 38 (15.23% from 255 or 15.02% from 253); Max value from RGB is 118 - color contains mainly: red. Hex color #766126 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766126 is #899ED9. Grayscale: #606060. Windows color (decimal): -9019098 or 2515318. OLE color: 2515318.

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

Color convert

RGB1189738-
CMYK00.180.680.54
HSL44.25º51.28%30.59%-
HSV(B)44.25º67.8%46.27%-
XYZ12.112.543.62-
YUV96.5594.96143.3-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.64%
GREEN value IS 97 (38.28% from 255) = 38.34%
BLUE value IS 38 (15.23% from 255) = 15.02%
R=46.64%
G=38.34%
B=15.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.18
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118973800.180.680.5444.2551.2830.59
Hex76612601244362c331f
Octal1661414602210466546337
Binary11101101100001100110010010100010011011010110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766126

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766126; }

 p { color: rgb(118,97,38); }

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

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

 a { background-color: rgb(118,97,38); }

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

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

 span { border-color: rgb(118,97,38); }

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