#795C71

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

Shades of Salt Box #795C71

Tints of Salt Box #795C71

Color information

#795C71 (or 0x795C71) is unknown color: approx Salt Box. HEX triplet: 79, 5C and 71. RGB value is (121,92,113). Sum of RGB (Red+Green+Blue) = 121+92+113=326 (43% of max value = 765). Red value is 121 (47.66% from 255 or 37.12% from 326); Green value is 92 (36.33% from 255 or 28.22% from 326); Blue value is 113 (44.53% from 255 or 34.66% from 326); Max value from RGB is 121 - color contains mainly: red. Hex color #795C71 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #795C71 is #86A38E. Grayscale: #676767. Windows color (decimal): -8823695 or 7429241. OLE color: 7429241.

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

Color convert

RGB12192113-
CMYK00.240.070.53
HSL316.55º13.62%41.76%-
HSV(B)316.55º23.97%47.45%-
XYZ14.6912.9117.34-
YUV103.06133.61140.79-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 37.12%
GREEN value IS 92 (36.33% from 255) = 28.22%
BLUE value IS 113 (44.53% from 255) = 34.66%
R=37.12%
G=28.22%
B=34.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1219211300.240.070.53316.5513.6241.76
Hex795C7101873513de2a
Octal1711341610307654751652
Binary1111001101110011100010110001111101011001111011110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #795C71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(121,92,113); }

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

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

 a { background-color: rgb(121,92,113); }

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

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

 span { border-color: rgb(121,92,113); }

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