#78496F

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

Shades of Salt Box #78496F

Tints of Salt Box #78496F

Color information

#78496F (or 0x78496F) is unknown color: approx Salt Box. HEX triplet: 78, 49 and 6F. RGB value is (120,73,111). Sum of RGB (Red+Green+Blue) = 120+73+111=304 (40% of max value = 765). Red value is 120 (47.27% from 255 or 39.47% from 304); Green value is 73 (28.91% from 255 or 24.01% from 304); Blue value is 111 (43.75% from 255 or 36.51% from 304); Max value from RGB is 120 - color contains mainly: red. Hex color #78496F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #78496F is #87B690. Grayscale: #5B5B5B. Windows color (decimal): -8894097 or 7293304. OLE color: 7293304.

HSL color Cylindrical-coordinate representation of color #78496F: hue angle of 311.49º 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 #78496F is Cyan = 0, Magento = 0.39, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12073111-
CMYK00.390.080.53
HSL311.49º24.35%37.84%-
HSV(B)311.49º39.17%47.06%-
XYZ139.9116.27-
YUV91.38139.07148.41-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 39.47%
GREEN value IS 73 (28.91% from 255) = 24.01%
BLUE value IS 111 (43.75% from 255) = 36.51%
R=39.47%
G=24.01%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1207311100.390.080.53311.4924.3537.84
Hex78496F0278351371826
Octal17011115704710654673046
Binary1111000100100111011110100111100011010110011011111000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #78496F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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