#724060

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

Shades of Cosmic #724060

Tints of Cosmic #724060

Color information

#724060 (or 0x724060) is unknown color: approx Cosmic. HEX triplet: 72, 40 and 60. RGB value is (114,64,96). Sum of RGB (Red+Green+Blue) = 114+64+96=274 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.61% from 274); Green value is 64 (25.39% from 255 or 23.36% from 274); Blue value is 96 (37.89% from 255 or 35.04% from 274); Max value from RGB is 114 - color contains mainly: red. Hex color #724060 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724060 is #8DBF9F. Grayscale: #525252. Windows color (decimal): -9289632 or 6307954. OLE color: 6307954.

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

Color convert

RGB1146496-
CMYK00.440.160.55
HSL321.6º28.09%34.9%-
HSV(B)321.6º43.86%44.71%-
XYZ10.888.0912.05-
YUV82.6135.56150.4-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.61%
GREEN value IS 64 (25.39% from 255) = 23.36%
BLUE value IS 96 (37.89% from 255) = 35.04%
R=41.61%
G=23.36%
B=35.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114649600.440.160.55321.628.0934.9
Hex72406002C10371421c23
Octal16210014005420675023443
Binary11100101000000110000001011001000011011110100001011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724060; }

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

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

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

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

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

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

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

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