Html Css Color HEX #724261 Cosmic

📋 copy color: '#724261'

red 114 ◦ green 66 ◦ blue 97

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

Shades of Cosmic #724261

Tints of Cosmic #724261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 35.02%

R = 41.16%
G = 23.83%
B = 35.02%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.15

 K value IS 0.55

RGB Variations

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

Color information

#724261 (or 0x724261) is known color: Cosmic. HEX triplet: 72, 42 and 61. RGB value is (114,66,97). Sum of RGB (Red+Green+Blue) = 114+66+97=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 66 (26.17% from 255 or 23.83% from 277); Blue value is 97 (38.28% from 255 or 35.02% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #724261 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724261 is #8DBD9E. Grayscale: #535353. Windows color (decimal): -9289119 or 6374002. OLE color: 6374002.

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

Color convert

RGB 114 66 97 -
CMYK 0 0.42 0.15 0.55
HSL 321.25º 0.27% 0.35% -
HSV(B) 321.25º 0.42% 0.45% -
XYZ 11.05 8.34 12.34 -
YUV 83.89 135.4 149.48 -
System Red Green Blue C M Y K H S L
Decimal 114 66 97 0 0.42 0.15 0.55 321.25 0.27 0.35
Hex 72 42 61 0 2A F 37 141 1B 23
Octal 162 102 141 0 52 17 67 501 33 43
Binary 1110010 1000010 1100001 0 101010 1111 110111 101000001 11011 100011

Color Harmonies of #724261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724261

Black with #724261

Text Example


Text Example

White with #724261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724261; }

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

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

background-color css

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

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

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

border-color css

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

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

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