#72526E

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

Shades of Salt Box #72526E

Tints of Salt Box #72526E

Color information

#72526E (or 0x72526E) is unknown color: approx Salt Box. HEX triplet: 72, 52 and 6E. RGB value is (114,82,110). Sum of RGB (Red+Green+Blue) = 114+82+110=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 82 (32.42% from 255 or 26.80% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #72526E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72526E is #8DAD91. Grayscale: #5E5E5E. Windows color (decimal): -9285010 or 7230066. OLE color: 7230066.

HSL color Cylindrical-coordinate representation of color #72526E: hue angle of 307.5º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #72526E is Cyan = 0, Magento = 0.28, Yellow = 0.04 and Black (K on CMYK) = 0.55.

Color convert

RGB11482110-
CMYK00.280.040.55
HSL307.5º16.33%38.43%-
HSV(B)307.5º28.07%44.71%-
XYZ12.7710.7416.15-
YUV94.76136.6141.72-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 82 (32.42% from 255) = 26.80%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=37.25%
G=26.80%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.04
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148211000.280.040.55307.516.3338.43
Hex72526E01C4371341026
Octal1621221560344674642046
Binary11100101010010110111001110010011011110011010010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #72526E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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