#73526E

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

Shades of Salt Box #73526E

Tints of Salt Box #73526E

Color information

#73526E (or 0x73526E) is unknown color: approx Salt Box. HEX triplet: 73, 52 and 6E. RGB value is (115,82,110). Sum of RGB (Red+Green+Blue) = 115+82+110=307 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.46% from 307); Green value is 82 (32.42% from 255 or 26.71% from 307); Blue value is 110 (43.36% from 255 or 35.83% from 307); Max value from RGB is 115 - color contains mainly: red. Hex color #73526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73526E is #8CAD91. Grayscale: #5E5E5E. Windows color (decimal): -9219474 or 7230067. OLE color: 7230067.

HSL color Cylindrical-coordinate representation of color #73526E: hue angle of 309.09º 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 #73526E is Cyan = 0, Magento = 0.29, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11582110-
CMYK00.290.040.55
HSL309.09º16.75%38.63%-
HSV(B)309.09º28.7%45.1%-
XYZ12.910.8116.16-
YUV95.06136.43142.22-

RGB Variations

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

RGB

RED value IS 115 (45.31% from 255) = 37.46%
GREEN value IS 82 (32.42% from 255) = 26.71%
BLUE value IS 110 (43.36% from 255) = 35.83%
R=37.46%
G=26.71%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1158211000.290.040.55309.0916.7538.63
Hex73526E01D4371351127
Octal1631221560354674652147
Binary11100111010010110111001110110011011110011010110001100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #73526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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