#78682B

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

Shades of Himalaya #78682B

Tints of Himalaya #78682B

Color information

#78682B (or 0x78682B) is unknown color: approx Himalaya. HEX triplet: 78, 68 and 2B. RGB value is (120,104,43). Sum of RGB (Red+Green+Blue) = 120+104+43=267 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.94% from 267); Green value is 104 (41.02% from 255 or 38.95% from 267); Blue value is 43 (17.19% from 255 or 16.10% from 267); Max value from RGB is 120 - color contains mainly: red. Hex color #78682B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78682B is #8797D4. Grayscale: #666666. Windows color (decimal): -8886229 or 2844792. OLE color: 2844792.

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

Color convert

RGB12010443-
CMYK00.130.640.53
HSL47.53º47.24%31.96%-
HSV(B)47.53º64.17%47.06%-
XYZ13.1314.074.31-
YUV101.8394.8140.96-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.94%
GREEN value IS 104 (41.02% from 255) = 38.95%
BLUE value IS 43 (17.19% from 255) = 16.10%
R=44.94%
G=38.95%
B=16.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.64
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1201044300.130.640.5347.5347.2431.96
Hex78682B0D4035302f20
Octal1701505301510065605740
Binary11110001101000101011011011000000110101110000101111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78682B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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