#725069

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

Shades of Salt Box #725069

Tints of Salt Box #725069

Color information

#725069 (or 0x725069) is unknown color: approx Salt Box. HEX triplet: 72, 50 and 69. RGB value is (114,80,105). Sum of RGB (Red+Green+Blue) = 114+80+105=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 105 (41.41% from 255 or 35.12% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #725069 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725069 is #8DAF96. Grayscale: #5C5C5C. Windows color (decimal): -9285527 or 6901874. OLE color: 6901874.

HSL color Cylindrical-coordinate representation of color #725069: hue angle of 315.88º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725069 is Cyan = 0, Magento = 0.30, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11480105-
CMYK00.300.080.55
HSL315.88º17.53%38.04%-
HSV(B)315.88º29.82%44.71%-
XYZ12.3610.3314.71-
YUV93.02134.76142.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 80 (31.64% from 255) = 26.76%
BLUE value IS 105 (41.41% from 255) = 35.12%
R=38.13%
G=26.76%
B=35.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148010500.300.080.55315.8817.5338.04
Hex72506901E83713c1226
Octal16212015103610674742246
Binary111001010100001101001011110100011011110011110010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725069; }

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

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

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

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

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

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

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

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