#73566C

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

Shades of Salt Box #73566C

Tints of Salt Box #73566C

Color information

#73566C (or 0x73566C) is unknown color: approx Salt Box. HEX triplet: 73, 56 and 6C. RGB value is (115,86,108). Sum of RGB (Red+Green+Blue) = 115+86+108=309 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.22% from 309); Green value is 86 (33.98% from 255 or 27.83% from 309); Blue value is 108 (42.58% from 255 or 34.95% from 309); Max value from RGB is 115 - color contains mainly: red. Hex color #73566C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73566C is #8CA993. Grayscale: #616161. Windows color (decimal): -9218452 or 7100019. OLE color: 7100019.

HSL color Cylindrical-coordinate representation of color #73566C: hue angle of 314.48º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #73566C is Cyan = 0, Magento = 0.25, Yellow = 0.06 and Black (K on CMYK) = 0.55.

Color convert

RGB11586108-
CMYK00.250.060.55
HSL314.48º14.43%39.41%-
HSV(B)314.48º25.22%45.1%-
XYZ13.111.3815.69-
YUV97.18134.11140.71-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.22%
GREEN value IS 86 (33.98% from 255) = 27.83%
BLUE value IS 108 (42.58% from 255) = 34.95%
R=37.22%
G=27.83%
B=34.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158610800.250.060.55314.4814.4339.41
Hex73566C01963713ae27
Octal1631261540316674721647
Binary1110011101011011011000110011101101111001110101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73566C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #73566C; }

 p { color: rgb(115,86,108); }

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

<style>
 a { background-color: #73566C; }

 a { background-color: rgb(115,86,108); }

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

<style>
 span { border-color: #73566C; }

 span { border-color: rgb(115,86,108); }

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