#73566F

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

Shades of Salt Box #73566F

Tints of Salt Box #73566F

Color information

#73566F (or 0x73566F) is unknown color: approx Salt Box. HEX triplet: 73, 56 and 6F. RGB value is (115,86,111). Sum of RGB (Red+Green+Blue) = 115+86+111=312 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.86% from 312); Green value is 86 (33.98% from 255 or 27.56% from 312); Blue value is 111 (43.75% from 255 or 35.58% from 312); Max value from RGB is 115 - color contains mainly: red. Hex color #73566F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73566F is #8CA990. Grayscale: #616161. Windows color (decimal): -9218449 or 7296627. OLE color: 7296627.

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

Color convert

RGB11586111-
CMYK00.250.030.55
HSL308.28º14.43%39.41%-
HSV(B)308.28º25.22%45.1%-
XYZ13.2711.4516.55-
YUV97.52135.61140.47-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 36.86%
GREEN value IS 86 (33.98% from 255) = 27.56%
BLUE value IS 111 (43.75% from 255) = 35.58%
R=36.86%
G=27.56%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.03
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158611100.250.030.55308.2814.4339.41
Hex73566F019337134e27
Octal1631261570313674641647
Binary111001110101101101111011001111101111001101001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73566F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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