#786828

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

Shades of Himalaya #786828

Tints of Himalaya #786828

Color information

#786828 (or 0x786828) is unknown color: approx Himalaya. HEX triplet: 78, 68 and 28. RGB value is (120,104,40). Sum of RGB (Red+Green+Blue) = 120+104+40=264 (34% of max value = 765). Red value is 120 (47.27% from 255 or 45.45% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 40 (16.02% from 255 or 15.15% from 264); Max value from RGB is 120 - color contains mainly: red. Hex color #786828 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786828 is #8797D7. Grayscale: #656565. Windows color (decimal): -8886232 or 2648184. OLE color: 2648184.

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

Color convert

RGB12010440-
CMYK00.130.670.53
HSL48º50%31.37%-
HSV(B)48º66.67%47.06%-
XYZ13.0814.054.03-
YUV101.4993.3141.2-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 45.45%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 40 (16.02% from 255) = 15.15%
R=45.45%
G=39.39%
B=15.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.67
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201044000.130.670.53485031.37
Hex7868280D433530321f
Octal1701505001510365606237
Binary1111000110100010100001101100001111010111000011001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786828

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786828; }

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

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

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

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

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

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

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

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