#725871

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

Shades of Salt Box #725871

Tints of Salt Box #725871

Color information

#725871 (or 0x725871) is unknown color: approx Salt Box. HEX triplet: 72, 58 and 71. RGB value is (114,88,113). Sum of RGB (Red+Green+Blue) = 114+88+113=315 (41% of max value = 765). Red value is 114 (44.92% from 255 or 36.19% from 315); Green value is 88 (34.77% from 255 or 27.94% from 315); Blue value is 113 (44.53% from 255 or 35.87% from 315); Max value from RGB is 114 - color contains mainly: red. Hex color #725871 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725871 is #8DA78E. Grayscale: #626262. Windows color (decimal): -9283471 or 7428210. OLE color: 7428210.

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

Color convert

RGB11488113-
CMYK00.230.010.55
HSL302.31º12.87%39.61%-
HSV(B)302.31º22.81%44.71%-
XYZ13.4111.7517.18-
YUV98.62136.11138.97-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 36.19%
GREEN value IS 88 (34.77% from 255) = 27.94%
BLUE value IS 113 (44.53% from 255) = 35.87%
R=36.19%
G=27.94%
B=35.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.01
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148811300.230.010.55302.3112.8739.61
Hex72587101713712ed28
Octal1621301610271674561550
Binary11100101011000111000101011111101111001011101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725871; }

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

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

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

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

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

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

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

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