#79566F

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

Shades of Salt Box #79566F

Tints of Salt Box #79566F

Color information

#79566F (or 0x79566F) is unknown color: approx Salt Box. HEX triplet: 79, 56 and 6F. RGB value is (121,86,111). Sum of RGB (Red+Green+Blue) = 121+86+111=318 (42% of max value = 765). Red value is 121 (47.66% from 255 or 38.05% from 318); Green value is 86 (33.98% from 255 or 27.04% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 121 - color contains mainly: red. Hex color #79566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79566F is #86A990. Grayscale: #636363. Windows color (decimal): -8825233 or 7296633. OLE color: 7296633.

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

Color convert

RGB12186111-
CMYK00.290.080.53
HSL317.14º16.91%40.59%-
HSV(B)317.14º28.93%47.45%-
XYZ14.0811.8716.59-
YUV99.32134.6143.47-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.05%
GREEN value IS 86 (33.98% from 255) = 27.04%
BLUE value IS 111 (43.75% from 255) = 34.91%
R=38.05%
G=27.04%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.08
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218611100.290.080.53317.1416.9140.59
Hex79566F01D83513d1129
Octal17112615703510654752151
Binary111100110101101101111011101100011010110011110110001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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