#73506B

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

Shades of Salt Box #73506B

Tints of Salt Box #73506B

Color information

#73506B (or 0x73506B) is unknown color: approx Salt Box. HEX triplet: 73, 50 and 6B. RGB value is (115,80,107). Sum of RGB (Red+Green+Blue) = 115+80+107=302 (40% of max value = 765). Red value is 115 (45.31% from 255 or 38.08% from 302); Green value is 80 (31.64% from 255 or 26.49% from 302); Blue value is 107 (42.19% from 255 or 35.43% from 302); Max value from RGB is 115 - color contains mainly: red. Hex color #73506B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73506B is #8CAF94. Grayscale: #5D5D5D. Windows color (decimal): -9219989 or 7032947. OLE color: 7032947.

HSL color Cylindrical-coordinate representation of color #73506B: hue angle of 313.71º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #73506B is Cyan = 0, Magento = 0.30, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB11580107-
CMYK00.300.070.55
HSL313.71º17.95%38.24%-
HSV(B)313.71º30.43%45.1%-
XYZ12.5910.4415.26-
YUV93.54135.6143.3-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 38.08%
GREEN value IS 80 (31.64% from 255) = 26.49%
BLUE value IS 107 (42.19% from 255) = 35.43%
R=38.08%
G=26.49%
B=35.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158010700.300.070.55313.7117.9538.24
Hex73506B01E73713a1226
Octal1631201530367674722246
Binary11100111010000110101101111011111011110011101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73506B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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