#766327

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

Shades of Himalaya #766327

Tints of Himalaya #766327

Color information

#766327 (or 0x766327) is unknown color: approx Himalaya. HEX triplet: 76, 63 and 27. RGB value is (118,99,39). Sum of RGB (Red+Green+Blue) = 118+99+39=256 (33% of max value = 765). Red value is 118 (46.48% from 255 or 46.09% from 256); Green value is 99 (39.06% from 255 or 38.67% from 256); Blue value is 39 (15.62% from 255 or 15.23% from 256); Max value from RGB is 118 - color contains mainly: red. Hex color #766327 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #766327 is #899CD8. Grayscale: #626262. Windows color (decimal): -9018585 or 2581366. OLE color: 2581366.

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

Color convert

RGB1189939-
CMYK00.160.670.54
HSL45.57º50.32%30.78%-
HSV(B)45.57º66.95%46.27%-
XYZ12.312.923.77-
YUV97.8494.79142.38-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 46.09%
GREEN value IS 99 (39.06% from 255) = 38.67%
BLUE value IS 39 (15.62% from 255) = 15.23%
R=46.09%
G=38.67%
B=15.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.67
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal118993900.160.670.5445.5750.3230.78
Hex76632701043362e321f
Octal1661434702010366566237
Binary11101101100011100111010000100001111011010111011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #766327

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #766327; }

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

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

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

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

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

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

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

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