#79556E

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

Shades of Salt Box #79556E

Tints of Salt Box #79556E

Color information

#79556E (or 0x79556E) is unknown color: approx Salt Box. HEX triplet: 79, 55 and 6E. RGB value is (121,85,110). Sum of RGB (Red+Green+Blue) = 121+85+110=316 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.29% from 316); Green value is 85 (33.59% from 255 or 26.90% from 316); Blue value is 110 (43.36% from 255 or 34.81% from 316); Max value from RGB is 121 - color contains mainly: red. Hex color #79556E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79556E is #86AA91. Grayscale: #626262. Windows color (decimal): -8825490 or 7230841. OLE color: 7230841.

HSL color Cylindrical-coordinate representation of color #79556E: hue angle of 318.33º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #79556E is Cyan = 0, Magento = 0.30, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB12185110-
CMYK00.300.090.53
HSL318.33º17.48%40.39%-
HSV(B)318.33º29.75%47.45%-
XYZ13.9511.6916.27-
YUV98.61134.43143.97-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.29%
GREEN value IS 85 (33.59% from 255) = 26.90%
BLUE value IS 110 (43.36% from 255) = 34.81%
R=38.29%
G=26.90%
B=34.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218511000.300.090.53318.3317.4840.39
Hex79556E01E93513e1128
Octal17112515603611654762150
Binary111100110101011101110011110100111010110011111010001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79556E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #79556E; }

 p { color: rgb(121,85,110); }

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

<style>
 a { background-color: #79556E; }

 a { background-color: rgb(121,85,110); }

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

<style>
 span { border-color: #79556E; }

 span { border-color: rgb(121,85,110); }

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