#766026

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

Shades of Himalaya #766026

Tints of Himalaya #766026

Color information

#766026 (or 0x766026) is unknown color: approx Himalaya. HEX triplet: 76, 60 and 26. RGB value is (118,96,38). Sum of RGB (Red+Green+Blue) = 118+96+38=252 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.83% from 252); Green value is 96 (37.89% from 255 or 38.10% from 252); Blue value is 38 (15.23% from 255 or 15.08% from 252); Max value from RGB is 118 - color contains mainly: red. Hex color #766026 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766026 is #899FD9. Grayscale: #606060. Windows color (decimal): -9019354 or 2515062. OLE color: 2515062.

HSL color Cylindrical-coordinate representation of color #766026: hue angle of 43.5º 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 #766026 is Cyan = 0, Magento = 0.19, Yellow = 0.68 and Black (K on CMYK) = 0.54.

Color convert

RGB1189638-
CMYK00.190.680.54
HSL43.5º51.28%30.59%-
HSV(B)43.5º67.8%46.27%-
XYZ1212.363.59-
YUV95.9795.29143.72-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.83%
GREEN value IS 96 (37.89% from 255) = 38.10%
BLUE value IS 38 (15.23% from 255) = 15.08%
R=46.83%
G=38.10%
B=15.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118963800.190.680.5443.551.2830.59
Hex76602601344362c331f
Octal1661404602310466546337
Binary11101101100000100110010011100010011011010110011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766026; }

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

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

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

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

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

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

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

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