#785371

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

Shades of Salt Box #785371

Tints of Salt Box #785371

Color information

#785371 (or 0x785371) is unknown color: approx Salt Box. HEX triplet: 78, 53 and 71. RGB value is (120,83,113). Sum of RGB (Red+Green+Blue) = 120+83+113=316 (41% of max value = 765). Red value is 120 (47.27% from 255 or 37.97% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 113 (44.53% from 255 or 35.76% from 316); Max value from RGB is 120 - color contains mainly: red. Hex color #785371 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785371 is #87AC8E. Grayscale: #616161. Windows color (decimal): -8891535 or 7426936. OLE color: 7426936.

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

Color convert

RGB12083113-
CMYK00.310.060.53
HSL311.35º18.23%39.8%-
HSV(B)311.35º30.83%47.06%-
XYZ13.8211.3717.09-
YUV97.48136.76144.06-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 37.97%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 113 (44.53% from 255) = 35.76%
R=37.97%
G=26.27%
B=35.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.06
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208311300.310.060.53311.3518.2339.8
Hex78537101F6351371228
Octal1701231610376654672250
Binary11110001010011111000101111111011010110011011110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785371; }

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

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

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

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

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

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

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

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