#766427

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

Shades of Himalaya #766427

Tints of Himalaya #766427

Color information

#766427 (or 0x766427) is unknown color: approx Himalaya. HEX triplet: 76, 64 and 27. RGB value is (118,100,39). Sum of RGB (Red+Green+Blue) = 118+100+39=257 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.91% from 257); Green value is 100 (39.45% from 255 or 38.91% from 257); Blue value is 39 (15.62% from 255 or 15.18% from 257); Max value from RGB is 118 - color contains mainly: red. Hex color #766427 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766427 is #899BD8. Grayscale: #626262. Windows color (decimal): -9018329 or 2581622. OLE color: 2581622.

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

Color convert

RGB11810039-
CMYK00.150.670.54
HSL46.33º50.32%30.78%-
HSV(B)46.33º66.95%46.27%-
XYZ12.3913.113.8-
YUV98.4394.46141.96-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 45.91%
GREEN value IS 100 (39.45% from 255) = 38.91%
BLUE value IS 39 (15.62% from 255) = 15.18%
R=45.91%
G=38.91%
B=15.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal1181003900.150.670.5446.3350.3230.78
Hex7664270F43362e321f
Octal1661444701710366566237
Binary1110110110010010011101111100001111011010111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766427; }

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

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

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

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

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

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

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

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