#73546E

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

Shades of Salt Box #73546E

Tints of Salt Box #73546E

Color information

#73546E (or 0x73546E) is unknown color: approx Salt Box. HEX triplet: 73, 54 and 6E. RGB value is (115,84,110). Sum of RGB (Red+Green+Blue) = 115+84+110=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 84 (33.20% from 255 or 27.18% from 309); Blue value is 110 (43.36% from 255 or 35.60% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #73546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73546E is #8CAB91. Grayscale: #606060. Windows color (decimal): -9218962 or 7230579. OLE color: 7230579.

HSL color Cylindrical-coordinate representation of color #73546E: hue angle of 309.68º 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 #73546E is Cyan = 0, Magento = 0.27, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11584110-
CMYK00.270.040.55
HSL309.68º15.58%39.02%-
HSV(B)309.68º26.96%45.1%-
XYZ13.0611.1116.21-
YUV96.23135.77141.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 84 (33.20% from 255) = 27.18%
BLUE value IS 110 (43.36% from 255) = 35.60%
R=37.22%
G=27.18%
B=35.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158411000.270.040.55309.6815.5839.02
Hex73546E01B4371361027
Octal1631241560334674662047
Binary11100111010100110111001101110011011110011011010000100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73546E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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