#785170

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

Shades of Salt Box #785170

Tints of Salt Box #785170

Color information

#785170 (or 0x785170) is unknown color: approx Salt Box. HEX triplet: 78, 51 and 70. RGB value is (120,81,112). Sum of RGB (Red+Green+Blue) = 120+81+112=313 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.34% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 112 (44.14% from 255 or 35.78% from 313); Max value from RGB is 120 - color contains mainly: red. Hex color #785170 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785170 is #87AE8F. Grayscale: #606060. Windows color (decimal): -8892048 or 7360888. OLE color: 7360888.

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

Color convert

RGB12081112-
CMYK00.320.070.53
HSL312.31º19.4%39.41%-
HSV(B)312.31º32.5%47.06%-
XYZ13.6111.0516.74-
YUV96.2136.92144.98-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.34%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 112 (44.14% from 255) = 35.78%
R=38.34%
G=25.88%
B=35.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208111200.320.070.53312.3119.439.41
Hex7851700207351381327
Octal1701211600407654702347
Binary111100010100011110000010000011111010110011100010011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785170; }

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

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

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

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

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

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

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

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