#73566B

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

Shades of Salt Box #73566B

Tints of Salt Box #73566B

Color information

#73566B (or 0x73566B) is unknown color: approx Salt Box. HEX triplet: 73, 56 and 6B. RGB value is (115,86,107). Sum of RGB (Red+Green+Blue) = 115+86+107=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 86 (33.98% from 255 or 27.92% from 308); Blue value is 107 (42.19% from 255 or 34.74% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #73566B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73566B is #8CA994. Grayscale: #616161. Windows color (decimal): -9218453 or 7034483. OLE color: 7034483.

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

Color convert

RGB11586107-
CMYK00.250.070.55
HSL316.55º14.43%39.41%-
HSV(B)316.55º25.22%45.1%-
XYZ13.0511.3615.42-
YUV97.06133.61140.79-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.34%
GREEN value IS 86 (33.98% from 255) = 27.92%
BLUE value IS 107 (42.19% from 255) = 34.74%
R=37.34%
G=27.92%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158610700.250.070.55316.5514.4339.41
Hex73566B01973713de27
Octal1631261530317674751647
Binary1110011101011011010110110011111101111001111011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73566B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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