#725059

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

Shades of Cosmic #725059

Tints of Cosmic #725059

Color information

#725059 (or 0x725059) is unknown color: approx Cosmic. HEX triplet: 72, 50 and 59. RGB value is (114,80,89). Sum of RGB (Red+Green+Blue) = 114+80+89=283 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.28% from 283); Green value is 80 (31.64% from 255 or 28.27% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 114 - color contains mainly: red. Hex color #725059 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725059 is #8DAFA6. Grayscale: #5B5B5B. Windows color (decimal): -9285543 or 5853298. OLE color: 5853298.

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

Color convert

RGB1148089-
CMYK00.300.220.55
HSL344.12º17.53%38.04%-
HSV(B)344.12º29.82%44.71%-
XYZ11.6110.0410.78-
YUV91.19126.76144.27-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.28%
GREEN value IS 80 (31.64% from 255) = 28.27%
BLUE value IS 89 (35.16% from 255) = 31.45%
R=40.28%
G=28.27%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114808900.300.220.55344.1217.5338.04
Hex72505901E16371581226
Octal16212013103626675302246
Binary1110010101000010110010111101011011011110101100010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725059; }

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

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

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

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

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

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

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

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