#79516F

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

Shades of Salt Box #79516F

Tints of Salt Box #79516F

Color information

#79516F (or 0x79516F) is unknown color: approx Salt Box. HEX triplet: 79, 51 and 6F. RGB value is (121,81,111). Sum of RGB (Red+Green+Blue) = 121+81+111=313 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.66% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 121 - color contains mainly: red. Hex color #79516F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79516F is #86AE90. Grayscale: #606060. Windows color (decimal): -8826513 or 7295353. OLE color: 7295353.

HSL color Cylindrical-coordinate representation of color #79516F: hue angle of 315º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #79516F is Cyan = 0, Magento = 0.33, Yellow = 0.08 and Black (K on CMYK) = 0.53.

Color convert

RGB12181111-
CMYK00.330.080.53
HSL315º19.8%39.61%-
HSV(B)315º33.06%47.45%-
XYZ13.711.116.46-
YUV96.38136.25145.56-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.66%
GREEN value IS 81 (32.03% from 255) = 25.88%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=38.66%
G=25.88%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218111100.330.080.5331519.839.61
Hex79516F02183513b1428
Octal17112115704110654732450
Binary1111001101000111011110100001100011010110011101110100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79516F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79516F; }

 p { color: rgb(121,81,111); }

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

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

 a { background-color: rgb(121,81,111); }

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

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

 span { border-color: rgb(121,81,111); }

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