#785771

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

Shades of Salt Box #785771

Tints of Salt Box #785771

Color information

#785771 (or 0x785771) is unknown color: approx Salt Box. HEX triplet: 78, 57 and 71. RGB value is (120,87,113). Sum of RGB (Red+Green+Blue) = 120+87+113=320 (42% of max value = 765). Red value is 120 (47.27% from 255 or 37.5% from 320); Green value is 87 (34.38% from 255 or 27.19% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 120 - color contains mainly: red. Hex color #785771 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785771 is #87A88E. Grayscale: #636363. Windows color (decimal): -8890511 or 7427960. OLE color: 7427960.

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

Color convert

RGB12087113-
CMYK00.280.060.53
HSL312.73º15.94%40.59%-
HSV(B)312.73º27.5%47.06%-
XYZ14.131217.19-
YUV99.83135.43142.39-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.5%
GREEN value IS 87 (34.38% from 255) = 27.19%
BLUE value IS 113 (44.53% from 255) = 35.31%
R=37.5%
G=27.19%
B=35.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208711300.280.060.53312.7315.9440.59
Hex78577101C6351391029
Octal1701271610346654712051
Binary11110001010111111000101110011011010110011100110000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785771; }

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

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

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

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

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

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

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

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