#725269

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

Shades of Salt Box #725269

Tints of Salt Box #725269

Color information

#725269 (or 0x725269) is unknown color: approx Salt Box. HEX triplet: 72, 52 and 69. RGB value is (114,82,105). Sum of RGB (Red+Green+Blue) = 114+82+105=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 105 (41.41% from 255 or 34.88% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #725269 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725269 is #8DAD96. Grayscale: #5E5E5E. Windows color (decimal): -9285015 or 6902386. OLE color: 6902386.

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

Color convert

RGB11482105-
CMYK00.280.080.55
HSL316.88º16.33%38.43%-
HSV(B)316.88º28.07%44.71%-
XYZ12.5110.6314.76-
YUV94.19134.1142.13-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 82 (32.42% from 255) = 27.24%
BLUE value IS 105 (41.41% from 255) = 34.88%
R=37.87%
G=27.24%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148210500.280.080.55316.8816.3338.43
Hex72526901C83713d1026
Octal16212215103410674752046
Binary111001010100101101001011100100011011110011110110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725269; }

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

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

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

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

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

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

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

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