#73526C

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

Shades of Salt Box #73526C

Tints of Salt Box #73526C

Color information

#73526C (or 0x73526C) is unknown color: approx Salt Box. HEX triplet: 73, 52 and 6C. RGB value is (115,82,108). Sum of RGB (Red+Green+Blue) = 115+82+108=305 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.70% from 305); Green value is 82 (32.42% from 255 or 26.89% from 305); Blue value is 108 (42.58% from 255 or 35.41% from 305); Max value from RGB is 115 - color contains mainly: red. Hex color #73526C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73526C is #8CAD93. Grayscale: #5E5E5E. Windows color (decimal): -9219476 or 7098995. OLE color: 7098995.

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

Color convert

RGB11582108-
CMYK00.290.060.55
HSL312.73º16.75%38.63%-
HSV(B)312.73º28.7%45.1%-
XYZ12.7910.7615.59-
YUV94.83135.43142.39-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.70%
GREEN value IS 82 (32.42% from 255) = 26.89%
BLUE value IS 108 (42.58% from 255) = 35.41%
R=37.70%
G=26.89%
B=35.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.06
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158210800.290.060.55312.7316.7538.63
Hex73526C01D6371391127
Octal1631221540356674712147
Binary11100111010010110110001110111011011110011100110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73526C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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