#786428

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

Shades of Himalaya #786428

Tints of Himalaya #786428

Color information

#786428 (or 0x786428) is unknown color: approx Himalaya. HEX triplet: 78, 64 and 28. RGB value is (120,100,40). Sum of RGB (Red+Green+Blue) = 120+100+40=260 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.15% from 260); Green value is 100 (39.45% from 255 or 38.46% from 260); Blue value is 40 (16.02% from 255 or 15.38% from 260); Max value from RGB is 120 - color contains mainly: red. Hex color #786428 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786428 is #879BD7. Grayscale: #636363. Windows color (decimal): -8887256 or 2647160. OLE color: 2647160.

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

Color convert

RGB12010040-
CMYK00.170.670.53
HSL45º50%31.37%-
HSV(B)45º66.67%47.06%-
XYZ12.6913.263.9-
YUV99.1494.63142.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.15%
GREEN value IS 100 (39.45% from 255) = 38.46%
BLUE value IS 40 (16.02% from 255) = 15.38%
R=46.15%
G=38.46%
B=15.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201004000.170.670.53455031.37
Hex78642801143352d321f
Octal1701445002110365556237
Binary11110001100100101000010001100001111010110110111001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786428

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786428; }

 p { color: rgb(120,100,40); }

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

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

 a { background-color: rgb(120,100,40); }

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

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

 span { border-color: rgb(120,100,40); }

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