#766726

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

Shades of Himalaya #766726

Tints of Himalaya #766726

Color information

#766726 (or 0x766726) is unknown color: approx Himalaya. HEX triplet: 76, 67 and 26. RGB value is (118,103,38). Sum of RGB (Red+Green+Blue) = 118+103+38=259 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.56% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 38 (15.23% from 255 or 14.67% from 259); Max value from RGB is 118 - color contains mainly: red. Hex color #766726 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766726 is #8998D9. Grayscale: #646464. Windows color (decimal): -9017562 or 2516854. OLE color: 2516854.

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

Color convert

RGB11810338-
CMYK00.130.680.54
HSL48.75º51.28%30.59%-
HSV(B)48.75º67.8%46.27%-
XYZ12.6713.693.81-
YUV100.0792.97140.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.56%
GREEN value IS 103 (40.62% from 255) = 39.77%
BLUE value IS 38 (15.23% from 255) = 14.67%
R=45.56%
G=39.77%
B=14.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.68
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181033800.130.680.5448.7551.2830.59
Hex7667260D443631331f
Octal1661474601510466616337
Binary1110110110011110011001101100010011011011000111001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766726

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766726; }

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

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

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

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

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

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

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

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