#766527

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

Shades of Himalaya #766527

Tints of Himalaya #766527

Color information

#766527 (or 0x766527) is unknown color: approx Himalaya. HEX triplet: 76, 65 and 27. RGB value is (118,101,39). Sum of RGB (Red+Green+Blue) = 118+101+39=258 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.74% from 258); Green value is 101 (39.84% from 255 or 39.15% from 258); Blue value is 39 (15.62% from 255 or 15.12% from 258); Max value from RGB is 118 - color contains mainly: red. Hex color #766527 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766527 is #899AD8. Grayscale: #636363. Windows color (decimal): -9018073 or 2581878. OLE color: 2581878.

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

Color convert

RGB11810139-
CMYK00.140.670.54
HSL47.09º50.32%30.78%-
HSV(B)47.09º66.95%46.27%-
XYZ12.4913.313.83-
YUV99.0194.13141.54-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.74%
GREEN value IS 101 (39.84% from 255) = 39.15%
BLUE value IS 39 (15.62% from 255) = 15.12%
R=45.74%
G=39.15%
B=15.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181013900.140.670.5447.0950.3230.78
Hex7665270E43362f321f
Octal1661454701610366576237
Binary1110110110010110011101110100001111011010111111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766527

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766527; }

 p { color: rgb(118,101,39); }

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

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

 a { background-color: rgb(118,101,39); }

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

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

 span { border-color: rgb(118,101,39); }

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