#795B70

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

Shades of Salt Box #795B70

Tints of Salt Box #795B70

Color information

#795B70 (or 0x795B70) is unknown color: approx Salt Box. HEX triplet: 79, 5B and 70. RGB value is (121,91,112). Sum of RGB (Red+Green+Blue) = 121+91+112=324 (42% of max value = 765). Red value is 121 (47.66% from 255 or 37.35% from 324); Green value is 91 (35.94% from 255 or 28.09% from 324); Blue value is 112 (44.14% from 255 or 34.57% from 324); Max value from RGB is 121 - color contains mainly: red. Hex color #795B70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795B70 is #86A48F. Grayscale: #666666. Windows color (decimal): -8823952 or 7363449. OLE color: 7363449.

HSL color Cylindrical-coordinate representation of color #795B70: hue angle of 318º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #795B70 is Cyan = 0, Magento = 0.25, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB12191112-
CMYK00.250.070.53
HSL318º14.15%41.57%-
HSV(B)318º24.79%47.45%-
XYZ14.5512.7217.02-
YUV102.36133.44141.29-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.35%
GREEN value IS 91 (35.94% from 255) = 28.09%
BLUE value IS 112 (44.14% from 255) = 34.57%
R=37.35%
G=28.09%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219111200.250.070.5331814.1541.57
Hex795B7001973513ee2a
Octal1711331600317654761652
Binary1111001101101111100000110011111101011001111101110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #795B70; }

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

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

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

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

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

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

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

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