#795370

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

Shades of Salt Box #795370

Tints of Salt Box #795370

Color information

#795370 (or 0x795370) is unknown color: approx Salt Box. HEX triplet: 79, 53 and 70. RGB value is (121,83,112). Sum of RGB (Red+Green+Blue) = 121+83+112=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 83 (32.81% from 255 or 26.27% from 316); Blue value is 112 (44.14% from 255 or 35.44% from 316); Max value from RGB is 121 - color contains mainly: red. Hex color #795370 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795370 is #86AC8F. Grayscale: #616161. Windows color (decimal): -8826000 or 7361401. OLE color: 7361401.

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

Color convert

RGB12183112-
CMYK00.310.070.53
HSL314.21º18.63%40%-
HSV(B)314.21º31.4%47.45%-
XYZ13.911.4216.8-
YUV97.67136.09144.64-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.29%
GREEN value IS 83 (32.81% from 255) = 26.27%
BLUE value IS 112 (44.14% from 255) = 35.44%
R=38.29%
G=26.27%
B=35.44%

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
Decimal1218311200.310.070.53314.2118.6340
Hex79537001F73513a1328
Octal1711231600377654722350
Binary11110011010011111000001111111111010110011101010011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795370

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795370; }

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

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

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

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

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

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

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

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