#79546E

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

Shades of Salt Box #79546E

Tints of Salt Box #79546E

Color information

#79546E (or 0x79546E) is unknown color: approx Salt Box. HEX triplet: 79, 54 and 6E. RGB value is (121,84,110). Sum of RGB (Red+Green+Blue) = 121+84+110=315 (41% of max value = 765). Red value is 121 (47.66% from 255 or 38.41% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 110 (43.36% from 255 or 34.92% from 315); Max value from RGB is 121 - color contains mainly: red. Hex color #79546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #79546E is #86AB91. Grayscale: #616161. Windows color (decimal): -8825746 or 7230585. OLE color: 7230585.

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

Color convert

RGB12184110-
CMYK00.310.090.53
HSL317.84º18.05%40.2%-
HSV(B)317.84º30.58%47.45%-
XYZ13.8711.5316.25-
YUV98.03134.76144.39-

RGB Variations

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

RGB

RED value IS 121 (47.66% from 255) = 38.41%
GREEN value IS 84 (33.20% from 255) = 26.67%
BLUE value IS 110 (43.36% from 255) = 34.92%
R=38.41%
G=26.67%
B=34.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.09
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1218411000.310.090.53317.8418.0540.2
Hex79546E01F93513e1228
Octal17112415603711654762250
Binary111100110101001101110011111100111010110011111010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #79546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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