#78682F

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

Shades of Himalaya #78682F

Tints of Himalaya #78682F

Color information

#78682F (or 0x78682F) is unknown color: approx Himalaya. HEX triplet: 78, 68 and 2F. RGB value is (120,104,47). Sum of RGB (Red+Green+Blue) = 120+104+47=271 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.28% from 271); Green value is 104 (41.02% from 255 or 38.38% from 271); Blue value is 47 (18.75% from 255 or 17.34% from 271); Max value from RGB is 120 - color contains mainly: red. Hex color #78682F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78682F is #8797D0. Grayscale: #666666. Windows color (decimal): -8886225 or 3106936. OLE color: 3106936.

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

Color convert

RGB12010447-
CMYK00.130.610.53
HSL46.85º43.71%32.75%-
HSV(B)46.85º60.83%47.06%-
XYZ13.2114.14.71-
YUV102.2996.8140.63-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.28%
GREEN value IS 104 (41.02% from 255) = 38.38%
BLUE value IS 47 (18.75% from 255) = 17.34%
R=44.28%
G=38.38%
B=17.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.61
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201044700.130.610.5346.8543.7132.75
Hex78682F0D3D352f2c21
Octal170150570157565575441
Binary1111000110100010111101101111101110101101111101100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78682F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #78682F; }

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

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

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

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

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

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

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

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