#786830

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

Shades of Himalaya #786830

Tints of Himalaya #786830

Color information

#786830 (or 0x786830) is unknown color: approx Himalaya. HEX triplet: 78, 68 and 30. RGB value is (120,104,48). Sum of RGB (Red+Green+Blue) = 120+104+48=272 (36% of max value = 765). Red value is 120 (47.27% from 255 or 44.12% from 272); Green value is 104 (41.02% from 255 or 38.24% from 272); Blue value is 48 (19.14% from 255 or 17.65% from 272); Max value from RGB is 120 - color contains mainly: red. Hex color #786830 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786830 is #8797CF. Grayscale: #666666. Windows color (decimal): -8886224 or 3172472. OLE color: 3172472.

HSL color Cylindrical-coordinate representation of color #786830: hue angle of 46.67º degrees, saturation: 0.43, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #786830 is Cyan = 0, Magento = 0.13, Yellow = 0.60 and Black (K on CMYK) = 0.53.

Color convert

RGB12010448-
CMYK00.130.600.53
HSL46.67º42.86%32.94%-
HSV(B)46.67º60%47.06%-
XYZ13.2314.114.82-
YUV102.497.3140.55-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.12%
GREEN value IS 104 (41.02% from 255) = 38.24%
BLUE value IS 48 (19.14% from 255) = 17.65%
R=44.12%
G=38.24%
B=17.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.60
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201044800.130.600.5346.6742.8632.94
Hex7868300D3C352f2b21
Octal170150600157465575341
Binary1111000110100011000001101111100110101101111101011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786830

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786830; }

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

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

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

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

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

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

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

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