#795E70

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

Shades of Salt Box #795E70

Tints of Salt Box #795E70

Color information

#795E70 (or 0x795E70) is unknown color: approx Salt Box. HEX triplet: 79, 5E and 70. RGB value is (121,94,112). Sum of RGB (Red+Green+Blue) = 121+94+112=327 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.00% from 327); Green value is 94 (37.11% from 255 or 28.75% from 327); Blue value is 112 (44.14% from 255 or 34.25% from 327); Max value from RGB is 121 - color contains mainly: red. Hex color #795E70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795E70 is #86A18F. Grayscale: #686868. Windows color (decimal): -8823184 or 7364217. OLE color: 7364217.

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

Color convert

RGB12194112-
CMYK00.220.070.53
HSL320º12.56%42.16%-
HSV(B)320º22.31%47.45%-
XYZ14.8113.2417.1-
YUV104.12132.45140.04-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.00%
GREEN value IS 94 (37.11% from 255) = 28.75%
BLUE value IS 112 (44.14% from 255) = 34.25%
R=37.00%
G=28.75%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219411200.220.070.5332012.5642.16
Hex795E70016735140d2a
Octal1711361600267655001552
Binary1111001101111011100000101101111101011010000001101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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