#73566A

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

Shades of Salt Box #73566A

Tints of Salt Box #73566A

Color information

#73566A (or 0x73566A) is unknown color: approx Salt Box. HEX triplet: 73, 56 and 6A. RGB value is (115,86,106). Sum of RGB (Red+Green+Blue) = 115+86+106=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 86 (33.98% from 255 or 28.01% from 307); Blue value is 106 (41.80% from 255 or 34.53% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #73566A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73566A is #8CA995. Grayscale: #606060. Windows color (decimal): -9218454 or 6968947. OLE color: 6968947.

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

Color convert

RGB11586106-
CMYK00.250.080.55
HSL318.62º14.43%39.41%-
HSV(B)318.62º25.22%45.1%-
XYZ1311.3415.14-
YUV96.95133.11140.87-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 86 (33.98% from 255) = 28.01%
BLUE value IS 106 (41.80% from 255) = 34.53%
R=37.46%
G=28.01%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158610600.250.080.55318.6214.4339.41
Hex73566A01983713fe27
Octal16312615203110674771647
Binary11100111010110110101001100110001101111001111111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73566A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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