Html Css Color HEX #724160 Cosmic

📋 copy color: '#724160'

red 114 ◦ green 65 ◦ blue 96

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

Shades of Cosmic #724160

Tints of Cosmic #724160

RGB

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

 GREEN value IS 65 (25.78% from 255) = 23.64%

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

R = 41.45%
G = 23.64%
B = 34.91%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#724160 (or 0x724160) is known color: Cosmic. HEX triplet: 72, 41 and 60. RGB value is (114,65,96). Sum of RGB (Red+Green+Blue) = 114+65+96=275 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.45% from 275); Green value is 65 (25.78% from 255 or 23.64% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 114 - color contains mainly: red. Hex color #724160 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724160 is #8DBE9F. Grayscale: #535353. Windows color (decimal): -9289376 or 6308210. OLE color: 6308210.

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

Color convert

RGB 114 65 96 -
CMYK 0 0.43 0.16 0.55
HSL 322.04º 0.27% 0.35% -
HSV(B) 322.04º 0.43% 0.45% -
XYZ 10.94 8.2 12.07 -
YUV 83.19 135.23 149.98 -
System Red Green Blue C M Y K H S L
Decimal 114 65 96 0 0.43 0.16 0.55 322.04 0.27 0.35
Hex 72 41 60 0 2B 10 37 142 1B 23
Octal 162 101 140 0 53 20 67 502 33 43
Binary 1110010 1000001 1100000 0 101011 10000 110111 101000010 11011 100011

Color Harmonies of #724160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724160

Black with #724160

Text Example


Text Example

White with #724160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724160; }

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

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

background-color css

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

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

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

border-color css

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

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

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