#725469

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

Shades of Salt Box #725469

Tints of Salt Box #725469

Color information

#725469 (or 0x725469) is unknown color: approx Salt Box. HEX triplet: 72, 54 and 69. RGB value is (114,84,105). Sum of RGB (Red+Green+Blue) = 114+84+105=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 105 (41.41% from 255 or 34.65% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #725469 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725469 is #8DAB96. Grayscale: #5F5F5F. Windows color (decimal): -9284503 or 6902898. OLE color: 6902898.

HSL color Cylindrical-coordinate representation of color #725469: hue angle of 318º 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 #725469 is Cyan = 0, Magento = 0.26, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11484105-
CMYK00.260.080.55
HSL318º15.15%38.82%-
HSV(B)318º26.32%44.71%-
XYZ12.6610.9414.81-
YUV95.36133.44141.29-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 84 (33.20% from 255) = 27.72%
BLUE value IS 105 (41.41% from 255) = 34.65%
R=37.62%
G=27.72%
B=34.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148410500.260.080.5531815.1538.82
Hex72546901A83713ef27
Octal16212415103210674761747
Binary11100101010100110100101101010001101111001111101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725469; }

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

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

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

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

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

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

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

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