#786029

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

Shades of Himalaya #786029

Tints of Himalaya #786029

Color information

#786029 (or 0x786029) is unknown color: approx Himalaya. HEX triplet: 78, 60 and 29. RGB value is (120,96,41). Sum of RGB (Red+Green+Blue) = 120+96+41=257 (34% of max value = 765). Red value is 120 (47.27% from 255 or 46.69% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 41 (16.41% from 255 or 15.95% from 257); Max value from RGB is 120 - color contains mainly: red. Hex color #786029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #786029 is #879FD6. Grayscale: #616161. Windows color (decimal): -8888279 or 2711672. OLE color: 2711672.

HSL color Cylindrical-coordinate representation of color #786029: hue angle of 41.77º degrees, saturation: 0.49, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #786029 is Cyan = 0, Magento = 0.2, Yellow = 0.66 and Black (K on CMYK) = 0.53.

Color convert

RGB1209641-
CMYK00.20.660.53
HSL41.77º49.07%31.57%-
HSV(B)41.77º65.83%47.06%-
XYZ12.3312.523.86-
YUV96.9196.45144.47-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 46.69%
GREEN value IS 96 (37.89% from 255) = 37.35%
BLUE value IS 41 (16.41% from 255) = 15.95%
R=46.69%
G=37.35%
B=15.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.2
Y (Yellow) values IS 0.66
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal120964100.20.660.5341.7749.0731.57
Hex78602901442352a3120
Octal1701405102410265526140
Binary111100011000001010010101001000010110101101010110001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #786029

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #786029; }

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

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

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

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

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

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

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

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