#785370

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

Shades of Salt Box #785370

Tints of Salt Box #785370

Color information

#785370 (or 0x785370) is unknown color: approx Salt Box. HEX triplet: 78, 53 and 70. RGB value is (120,83,112). Sum of RGB (Red+Green+Blue) = 120+83+112=315 (41% of max value = 765). Red value is 120 (47.27% from 255 or 38.10% from 315); Green value is 83 (32.81% from 255 or 26.35% from 315); Blue value is 112 (44.14% from 255 or 35.56% from 315); Max value from RGB is 120 - color contains mainly: red. Hex color #785370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #785370 is #87AC8F. Grayscale: #616161. Windows color (decimal): -8891536 or 7361400. OLE color: 7361400.

HSL color Cylindrical-coordinate representation of color #785370: hue angle of 312.97º 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 #785370 is Cyan = 0, Magento = 0.31, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12083112-
CMYK00.310.070.53
HSL312.97º18.23%39.8%-
HSV(B)312.97º30.83%47.06%-
XYZ13.7611.3516.79-
YUV97.37136.26144.14-

RGB Variations

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

RGB

RED value IS 120 (47.27% from 255) = 38.10%
GREEN value IS 83 (32.81% from 255) = 26.35%
BLUE value IS 112 (44.14% from 255) = 35.56%
R=38.10%
G=26.35%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1208311200.310.070.53312.9718.2339.8
Hex78537001F7351391228
Octal1701231600377654712250
Binary11110001010011111000001111111111010110011100110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #785370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #785370; }

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

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

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

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

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

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

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

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