#73576F

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

Shades of Salt Box #73576F

Tints of Salt Box #73576F

Color information

#73576F (or 0x73576F) is unknown color: approx Salt Box. HEX triplet: 73, 57 and 6F. RGB value is (115,87,111). Sum of RGB (Red+Green+Blue) = 115+87+111=313 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.74% from 313); Green value is 87 (34.38% from 255 or 27.80% from 313); Blue value is 111 (43.75% from 255 or 35.46% from 313); Max value from RGB is 115 - color contains mainly: red. Hex color #73576F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73576F is #8CA890. Grayscale: #626262. Windows color (decimal): -9218193 or 7296883. OLE color: 7296883.

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

Color convert

RGB11587111-
CMYK00.240.030.55
HSL308.57º13.86%39.61%-
HSV(B)308.57º24.35%45.1%-
XYZ13.3511.6116.58-
YUV98.11135.28140.05-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.74%
GREEN value IS 87 (34.38% from 255) = 27.80%
BLUE value IS 111 (43.75% from 255) = 35.46%
R=36.74%
G=27.80%
B=35.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158711100.240.030.55308.5713.8639.61
Hex73576F018337135e28
Octal1631271570303674651650
Binary111001110101111101111011000111101111001101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73576F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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