#78496D

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

Shades of Salt Box #78496D

Tints of Salt Box #78496D

Color information

#78496D (or 0x78496D) is unknown color: approx Salt Box. HEX triplet: 78, 49 and 6D. RGB value is (120,73,109). Sum of RGB (Red+Green+Blue) = 120+73+109=302 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.74% from 302); Green value is 73 (28.91% from 255 or 24.17% from 302); Blue value is 109 (42.97% from 255 or 36.09% from 302); Max value from RGB is 120 - color contains mainly: red. Hex color #78496D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78496D is #87B692. Grayscale: #5B5B5B. Windows color (decimal): -8894099 or 7162232. OLE color: 7162232.

HSL color Cylindrical-coordinate representation of color #78496D: hue angle of 314.04º degrees, saturation: 0.24, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #78496D is Cyan = 0, Magento = 0.39, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12073109-
CMYK00.390.090.53
HSL314.04º24.35%37.84%-
HSV(B)314.04º39.17%47.06%-
XYZ12.899.8615.69-
YUV91.16138.07148.57-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.74%
GREEN value IS 73 (28.91% from 255) = 24.17%
BLUE value IS 109 (42.97% from 255) = 36.09%
R=39.74%
G=24.17%
B=36.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207310900.390.090.53314.0424.3537.84
Hex78496D02793513a1826
Octal17011115504711654723046
Binary1111000100100111011010100111100111010110011101011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78496D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(120,73,109); }

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

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

 a { background-color: rgb(120,73,109); }

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

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

 span { border-color: rgb(120,73,109); }

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