#78682C

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

Shades of Himalaya #78682C

Tints of Himalaya #78682C

Color information

#78682C (or 0x78682C) is unknown color: approx Himalaya. HEX triplet: 78, 68 and 2C. RGB value is (120,104,44). Sum of RGB (Red+Green+Blue) = 120+104+44=268 (35% of max value = 765). Red value is 120 (47.27% from 255 or 44.78% from 268); Green value is 104 (41.02% from 255 or 38.81% from 268); Blue value is 44 (17.58% from 255 or 16.42% from 268); Max value from RGB is 120 - color contains mainly: red. Hex color #78682C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #78682C is #8797D3. Grayscale: #666666. Windows color (decimal): -8886228 or 2910328. OLE color: 2910328.

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

Color convert

RGB12010444-
CMYK00.130.630.53
HSL47.37º46.34%32.16%-
HSV(B)47.37º63.33%47.06%-
XYZ13.1514.084.41-
YUV101.9495.3140.88-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 44.78%
GREEN value IS 104 (41.02% from 255) = 38.81%
BLUE value IS 44 (17.58% from 255) = 16.42%
R=44.78%
G=38.81%
B=16.42%

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
Decimal1201044400.130.630.5347.3746.3432.16
Hex78682C0D3F352f2e20
Octal170150540157765575640
Binary1111000110100010110001101111111110101101111101110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78682C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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