#785870

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

Shades of Salt Box #785870

Tints of Salt Box #785870

Color information

#785870 (or 0x785870) is unknown color: approx Salt Box. HEX triplet: 78, 58 and 70. RGB value is (120,88,112). Sum of RGB (Red+Green+Blue) = 120+88+112=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 88 (34.77% from 255 or 27.5% from 320); Blue value is 112 (44.14% from 255 or 35% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #785870 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785870 is #87A78F. Grayscale: #646464. Windows color (decimal): -8890256 or 7362680. OLE color: 7362680.

HSL color Cylindrical-coordinate representation of color #785870: hue angle of 315º degrees, saturation: 0.15, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #785870 is Cyan = 0, Magento = 0.27, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12088112-
CMYK00.270.070.53
HSL315º15.38%40.78%-
HSV(B)315º26.67%47.06%-
XYZ14.1612.1416.93-
YUV100.3134.6142.05-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.5%
GREEN value IS 88 (34.77% from 255) = 27.5%
BLUE value IS 112 (44.14% from 255) = 35%
R=37.5%
G=27.5%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208811200.270.070.5331515.3840.78
Hex78587001B73513bf29
Octal1701301600337654731751
Binary1111000101100011100000110111111101011001110111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785870; }

 p { color: rgb(120,88,112); }

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

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

 a { background-color: rgb(120,88,112); }

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

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

 span { border-color: rgb(120,88,112); }

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