#725969

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

Shades of Salt Box #725969

Tints of Salt Box #725969

Color information

#725969 (or 0x725969) is unknown color: approx Salt Box. HEX triplet: 72, 59 and 69. RGB value is (114,89,105). Sum of RGB (Red+Green+Blue) = 114+89+105=308 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.01% from 308); Green value is 89 (35.16% from 255 or 28.90% from 308); Blue value is 105 (41.41% from 255 or 34.09% from 308); Max value from RGB is 114 - color contains mainly: red. Hex color #725969 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725969 is #8DA696. Grayscale: #626262. Windows color (decimal): -9283223 or 6904178. OLE color: 6904178.

HSL color Cylindrical-coordinate representation of color #725969: hue angle of 321.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #725969 is Cyan = 0, Magento = 0.22, Yellow = 0.08 and Black (K on CMYK) = 0.55.

Color convert

RGB11489105-
CMYK00.220.080.55
HSL321.6º12.32%39.8%-
HSV(B)321.6º21.93%44.71%-
XYZ13.0611.7414.94-
YUV98.3131.78139.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.01%
GREEN value IS 89 (35.16% from 255) = 28.90%
BLUE value IS 105 (41.41% from 255) = 34.09%
R=37.01%
G=28.90%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.08
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148910500.220.080.55321.612.3239.8
Hex725969016837142c28
Octal16213115102610675021450
Binary11100101011001110100101011010001101111010000101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725969; }

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

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

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

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

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

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

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

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