#795470

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

Shades of Salt Box #795470

Tints of Salt Box #795470

Color information

#795470 (or 0x795470) is unknown color: approx Salt Box. HEX triplet: 79, 54 and 70. RGB value is (121,84,112). Sum of RGB (Red+Green+Blue) = 121+84+112=317 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.17% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 112 (44.14% from 255 or 35.33% from 317); Max value from RGB is 121 - color contains mainly: red. Hex color #795470 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795470 is #86AB8F. Grayscale: #626262. Windows color (decimal): -8825744 or 7361657. OLE color: 7361657.

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

Color convert

RGB12184112-
CMYK00.310.070.53
HSL314.59º18.05%40.2%-
HSV(B)314.59º30.58%47.45%-
XYZ13.9811.5816.83-
YUV98.26135.76144.22-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.17%
GREEN value IS 84 (33.20% from 255) = 26.50%
BLUE value IS 112 (44.14% from 255) = 35.33%
R=38.17%
G=26.50%
B=35.33%

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
Decimal1218411200.310.070.53314.5918.0540.2
Hex79547001F73513b1228
Octal1711241600377654732250
Binary11110011010100111000001111111111010110011101110010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795470; }

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

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

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

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

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

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

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

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