#73576B

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

Shades of Salt Box #73576B

Tints of Salt Box #73576B

Color information

#73576B (or 0x73576B) is unknown color: approx Salt Box. HEX triplet: 73, 57 and 6B. RGB value is (115,87,107). Sum of RGB (Red+Green+Blue) = 115+87+107=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 87 (34.38% from 255 or 28.16% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #73576B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73576B is #8CA894. Grayscale: #616161. Windows color (decimal): -9218197 or 7034739. OLE color: 7034739.

HSL color Cylindrical-coordinate representation of color #73576B: hue angle of 317.14º 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 #73576B is Cyan = 0, Magento = 0.24, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11587107-
CMYK00.240.070.55
HSL317.14º13.86%39.61%-
HSV(B)317.14º24.35%45.1%-
XYZ13.1311.5215.44-
YUV97.65133.28140.37-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 87 (34.38% from 255) = 28.16%
BLUE value IS 107 (42.19% from 255) = 34.63%
R=37.22%
G=28.16%
B=34.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158710700.240.070.55317.1413.8639.61
Hex73576B01873713de28
Octal1631271530307674751650
Binary1110011101011111010110110001111101111001111011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73576B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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