#73546F

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

Shades of Salt Box #73546F

Tints of Salt Box #73546F

Color information

#73546F (or 0x73546F) is unknown color: approx Salt Box. HEX triplet: 73, 54 and 6F. RGB value is (115,84,111). Sum of RGB (Red+Green+Blue) = 115+84+111=310 (41% of max value = 765). Red value is 115 (45.31% from 255 or 37.10% from 310); Green value is 84 (33.20% from 255 or 27.10% from 310); Blue value is 111 (43.75% from 255 or 35.81% from 310); Max value from RGB is 115 - color contains mainly: red. Hex color #73546F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73546F is #8CAB90. Grayscale: #606060. Windows color (decimal): -9218961 or 7296115. OLE color: 7296115.

HSL color Cylindrical-coordinate representation of color #73546F: hue angle of 307.74º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #73546F is Cyan = 0, Magento = 0.27, Yellow = 0.03 and Black (K on CMYK) = 0.55.

Color convert

RGB11584111-
CMYK00.270.030.55
HSL307.74º15.58%39.02%-
HSV(B)307.74º26.96%45.1%-
XYZ13.1111.1316.5-
YUV96.35136.27141.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.10%
GREEN value IS 84 (33.20% from 255) = 27.10%
BLUE value IS 111 (43.75% from 255) = 35.81%
R=37.10%
G=27.10%
B=35.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158411100.270.030.55307.7415.5839.02
Hex73546F01B3371341027
Octal1631241570333674642047
Binary1110011101010011011110110111111011110011010010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73546F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(115,84,111); }

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

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

 a { background-color: rgb(115,84,111); }

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

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

 span { border-color: rgb(115,84,111); }

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