#78682D

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

Shades of Himalaya #78682D

Tints of Himalaya #78682D

Color information

#78682D (or 0x78682D) is unknown color: approx Himalaya. HEX triplet: 78, 68 and 2D. RGB value is (120,104,45). Sum of RGB (Red+Green+Blue) = 120+104+45=269 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.61% from 269); Green value is 104 (41.02% from 255 or 38.66% from 269); Blue value is 45 (17.97% from 255 or 16.73% from 269); Max value from RGB is 120 - color contains mainly: red. Hex color #78682D is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78682D is #8797D2. Grayscale: #666666. Windows color (decimal): -8886227 or 2975864. OLE color: 2975864.

HSL color Cylindrical-coordinate representation of color #78682D: hue angle of 47.2º degrees, saturation: 0.45, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #78682D is Cyan = 0, Magento = 0.13, Yellow = 0.63 and Black (K on CMYK) = 0.53.

Color convert

RGB12010445-
CMYK00.130.630.53
HSL47.2º45.45%32.35%-
HSV(B)47.2º62.5%47.06%-
XYZ13.1714.084.51-
YUV102.0695.8140.8-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.61%
GREEN value IS 104 (41.02% from 255) = 38.66%
BLUE value IS 45 (17.97% from 255) = 16.73%
R=44.61%
G=38.66%
B=16.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.63
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201044500.130.630.5347.245.4532.35
Hex78682D0D3F352f2d20
Octal170150550157765575540
Binary1111000110100010110101101111111110101101111101101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78682D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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