#785571

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

Shades of Salt Box #785571

Tints of Salt Box #785571

Color information

#785571 (or 0x785571) is unknown color: approx Salt Box. HEX triplet: 78, 55 and 71. RGB value is (120,85,113). Sum of RGB (Red+Green+Blue) = 120+85+113=318 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.74% from 318); Green value is 85 (33.59% from 255 or 26.73% from 318); Blue value is 113 (44.53% from 255 or 35.53% from 318); Max value from RGB is 120 - color contains mainly: red. Hex color #785571 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785571 is #87AA8E. Grayscale: #626262. Windows color (decimal): -8891023 or 7427448. OLE color: 7427448.

HSL color Cylindrical-coordinate representation of color #785571: hue angle of 312º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #785571 is Cyan = 0, Magento = 0.29, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB12085113-
CMYK00.290.060.53
HSL312º17.07%40.2%-
HSV(B)312º29.17%47.06%-
XYZ13.9711.6817.14-
YUV98.66136.1143.22-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.74%
GREEN value IS 85 (33.59% from 255) = 26.73%
BLUE value IS 113 (44.53% from 255) = 35.53%
R=37.74%
G=26.73%
B=35.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208511300.290.060.5331217.0740.2
Hex78557101D6351381128
Octal1701251610356654702150
Binary11110001010101111000101110111011010110011100010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785571; }

 p { color: rgb(120,85,113); }

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

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

 a { background-color: rgb(120,85,113); }

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

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

 span { border-color: rgb(120,85,113); }

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