#725060

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

Shades of Cosmic #725060

Tints of Cosmic #725060

Color information

#725060 (or 0x725060) is unknown color: approx Cosmic. HEX triplet: 72, 50 and 60. RGB value is (114,80,96). Sum of RGB (Red+Green+Blue) = 114+80+96=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 80 (31.64% from 255 or 27.59% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #725060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725060 is #8DAF9F. Grayscale: #5B5B5B. Windows color (decimal): -9285536 or 6312050. OLE color: 6312050.

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

Color convert

RGB1148096-
CMYK00.300.160.55
HSL331.76º17.53%38.04%-
HSV(B)331.76º29.82%44.71%-
XYZ11.9210.1612.4-
YUV91.99130.26143.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 39.31%
GREEN value IS 80 (31.64% from 255) = 27.59%
BLUE value IS 96 (37.89% from 255) = 33.10%
R=39.31%
G=27.59%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114809600.300.160.55331.7617.5338.04
Hex72506001E103714c1226
Octal16212014003620675142246
Binary1110010101000011000000111101000011011110100110010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725060; }

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

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

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

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

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

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

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

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