#786027

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

Shades of Himalaya #786027

Tints of Himalaya #786027

Color information

#786027 (or 0x786027) is unknown color: approx Himalaya. HEX triplet: 78, 60 and 27. RGB value is (120,96,39). Sum of RGB (Red+Green+Blue) = 120+96+39=255 (33% of max value = 765). Red value is 120 (47.27% from 255 or 47.06% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 39 (15.62% from 255 or 15.29% from 255); Max value from RGB is 120 - color contains mainly: red. Hex color #786027 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786027 is #879FD8. Grayscale: #606060. Windows color (decimal): -8888281 or 2580600. OLE color: 2580600.

HSL color Cylindrical-coordinate representation of color #786027: hue angle of 42.22º degrees, saturation: 0.51, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #786027 is Cyan = 0, Magento = 0.2, Yellow = 0.67 and Black (K on CMYK) = 0.53.

Color convert

RGB1209639-
CMYK00.20.670.53
HSL42.22º50.94%31.18%-
HSV(B)42.22º67.5%47.06%-
XYZ12.2912.513.69-
YUV96.6895.45144.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 47.06%
GREEN value IS 96 (37.89% from 255) = 37.65%
BLUE value IS 39 (15.62% from 255) = 15.29%
R=47.06%
G=37.65%
B=15.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120963900.20.670.5342.2250.9431.18
Hex78602701443352a331f
Octal1701404702410365526337
Binary11110001100000100111010100100001111010110101011001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786027

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786027; }

 p { color: rgb(120,96,39); }

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

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

 a { background-color: rgb(120,96,39); }

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

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

 span { border-color: rgb(120,96,39); }

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