#725160

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

Shades of Cosmic #725160

Tints of Cosmic #725160

Color information

#725160 (or 0x725160) is unknown color: approx Cosmic. HEX triplet: 72, 51 and 60. RGB value is (114,81,96). Sum of RGB (Red+Green+Blue) = 114+81+96=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 81 (32.03% from 255 or 27.84% from 291); Blue value is 96 (37.89% from 255 or 32.99% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #725160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725160 is #8DAE9F. Grayscale: #5C5C5C. Windows color (decimal): -9285280 or 6312306. OLE color: 6312306.

HSL color Cylindrical-coordinate representation of color #725160: hue angle of 332.73º degrees, saturation: 0.17, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #725160 is Cyan = 0, Magento = 0.29, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1148196-
CMYK00.290.160.55
HSL332.73º16.92%38.24%-
HSV(B)332.73º28.95%44.71%-
XYZ11.9910.3112.42-
YUV92.58129.93143.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.18%
GREEN value IS 81 (32.03% from 255) = 27.84%
BLUE value IS 96 (37.89% from 255) = 32.99%
R=39.18%
G=27.84%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114819600.290.160.55332.7316.9238.24
Hex72516001D103714d1126
Octal16212114003520675152146
Binary1110010101000111000000111011000011011110100110110001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725160; }

 p { color: rgb(114,81,96); }

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

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

 a { background-color: rgb(114,81,96); }

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

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

 span { border-color: rgb(114,81,96); }

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