Html Css Color HEX #724060 Cosmic

📋 copy color: '#724060'

red 114 ◦ green 64 ◦ blue 96

#724060
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Cosmic #724060

Tints of Cosmic #724060

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 value IS 0

 M value IS 0.44

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#724060 (or 0x724060) is known color: 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

RGB 114 64 96 -
CMYK 0 0.44 0.16 0.55
HSL 321.6º 0.28% 0.35% -
HSV(B) 321.6º 0.44% 0.45% -
XYZ 10.88 8.09 12.05 -
YUV 82.6 135.57 150.4 -
System Red Green Blue C M Y K H S L
Decimal 114 64 96 0 0.44 0.16 0.55 321.6 0.28 0.35
Hex 72 40 60 0 2C 10 37 142 1C 23
Octal 162 100 140 0 54 20 67 502 34 43
Binary 1110010 1000000 1100000 0 101100 10000 110111 101000010 11100 100011

Color Harmonies of #724060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724060

Black with #724060

Text Example


Text Example

White with #724060

Text Example


Text Example

HTML Codes & Css Web 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>