#785E71

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

Shades of Salt Box #785E71

Tints of Salt Box #785E71

Color information

#785E71 (or 0x785E71) is unknown color: approx Salt Box. HEX triplet: 78, 5E and 71. RGB value is (120,94,113). Sum of RGB (Red+Green+Blue) = 120+94+113=327 (43% of max value = 765). Red value is 120 (47.27% from 255 or 36.70% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 113 (44.53% from 255 or 34.56% from 327); Max value from RGB is 120 - color contains mainly: red. Hex color #785E71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785E71 is #87A18E. Grayscale: #676767. Windows color (decimal): -8888719 or 7429752. OLE color: 7429752.

HSL color Cylindrical-coordinate representation of color #785E71: hue angle of 316.15º degrees, saturation: 0.12, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #785E71 is Cyan = 0, Magento = 0.22, Yellow = 0.06 and Black (K on CMYK) = 0.53.

Color convert

RGB12094113-
CMYK00.220.060.53
HSL316.15º12.15%41.96%-
HSV(B)316.15º21.67%47.06%-
XYZ14.7313.1917.39-
YUV103.94133.11139.46-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 36.70%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 113 (44.53% from 255) = 34.56%
R=36.70%
G=28.75%
B=34.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1209411300.220.060.53316.1512.1541.96
Hex785E7101663513cc2a
Octal1701361610266654741452
Binary1111000101111011100010101101101101011001111001100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785E71; }

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

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

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

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

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

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

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

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