Html Css Color HEX #724260 Cosmic

📋 copy color: '#724260'

red 114 ◦ green 66 ◦ blue 96

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

Shades of Cosmic #724260

Tints of Cosmic #724260

RGB

 RED value IS 114 (44.92% from 255) = 41.3%

 GREEN value IS 66 (26.17% from 255) = 23.91%

 BLUE value IS 96 (37.89% from 255) = 34.78%

R = 41.3%
G = 23.91%
B = 34.78%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#724260 (or 0x724260) is known color: Cosmic. HEX triplet: 72, 42 and 60. RGB value is (114,66,96). Sum of RGB (Red+Green+Blue) = 114+66+96=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 66 (26.17% from 255 or 23.91% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #724260 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724260 is #8DBD9F. Grayscale: #535353. Windows color (decimal): -9289120 or 6308466. OLE color: 6308466.

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

Color convert

RGB 114 66 96 -
CMYK 0 0.42 0.16 0.55
HSL 322.5º 0.27% 0.35% -
HSV(B) 322.5º 0.42% 0.45% -
XYZ 11 8.32 12.09 -
YUV 83.77 134.9 149.56 -
System Red Green Blue C M Y K H S L
Decimal 114 66 96 0 0.42 0.16 0.55 322.5 0.27 0.35
Hex 72 42 60 0 2A 10 37 142 1B 23
Octal 162 102 140 0 52 20 67 502 33 43
Binary 1110010 1000010 1100000 0 101010 10000 110111 101000010 11011 100011

Color Harmonies of #724260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724260

Black with #724260

Text Example


Text Example

White with #724260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724260; }

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

 H1.HeaderClassName
 {
   color: #724260;
 }
 .AnyTagClassName
 {
   color: #724260;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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