#725471

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

Shades of Salt Box #725471

Tints of Salt Box #725471

Color information

#725471 (or 0x725471) is unknown color: approx Salt Box. HEX triplet: 72, 54 and 71. RGB value is (114,84,113). Sum of RGB (Red+Green+Blue) = 114+84+113=311 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.66% from 311); Green value is 84 (33.20% from 255 or 27.01% from 311); Blue value is 113 (44.53% from 255 or 36.33% from 311); Max value from RGB is 114 - color contains mainly: red. Hex color #725471 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725471 is #8DAB8E. Grayscale: #606060. Windows color (decimal): -9284495 or 7427186. OLE color: 7427186.

HSL color Cylindrical-coordinate representation of color #725471: hue angle of 302º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #725471 is Cyan = 0, Magento = 0.26, Yellow = 0.01 and Black (K on CMYK) = 0.55.

Color convert

RGB11484113-
CMYK00.260.010.55
HSL302º15.15%38.82%-
HSV(B)302º26.32%44.71%-
XYZ13.0911.1117.08-
YUV96.28137.44140.64-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.66%
GREEN value IS 84 (33.20% from 255) = 27.01%
BLUE value IS 113 (44.53% from 255) = 36.33%
R=36.66%
G=27.01%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148411300.260.010.5530215.1538.82
Hex72547101A13712ef27
Octal1621241610321674561747
Binary11100101010100111000101101011101111001011101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725471; }

 p { color: rgb(114,84,113); }

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

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

 a { background-color: rgb(114,84,113); }

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

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

 span { border-color: rgb(114,84,113); }

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