Html Css Color HEX #724360 Cosmic

📋 copy color: '#724360'

red 114 ◦ green 67 ◦ blue 96

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

Shades of Cosmic #724360

Tints of Cosmic #724360

RGB

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

 GREEN value IS 67 (26.56% from 255) = 24.19%

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

R = 41.16%
G = 24.19%
B = 34.66%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.16

 K value IS 0.55

RGB Variations

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

Color information

#724360 (or 0x724360) is known color: Cosmic. HEX triplet: 72, 43 and 60. RGB value is (114,67,96). Sum of RGB (Red+Green+Blue) = 114+67+96=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 67 (26.56% from 255 or 24.19% from 277); Blue value is 96 (37.89% from 255 or 34.66% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #724360 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724360 is #8DBC9F. Grayscale: #545454. Windows color (decimal): -9288864 or 6308722. OLE color: 6308722.

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

Color convert

RGB 114 67 96 -
CMYK 0 0.41 0.16 0.55
HSL 322.98º 0.26% 0.35% -
HSV(B) 322.98º 0.41% 0.45% -
XYZ 11.06 8.44 12.11 -
YUV 84.36 134.57 149.14 -
System Red Green Blue C M Y K H S L
Decimal 114 67 96 0 0.41 0.16 0.55 322.98 0.26 0.35
Hex 72 43 60 0 29 10 37 143 1A 23
Octal 162 103 140 0 51 20 67 503 32 43
Binary 1110010 1000011 1100000 0 101001 10000 110111 101000011 11010 100011

Color Harmonies of #724360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724360

Black with #724360

Text Example


Text Example

White with #724360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724360; }

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

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

background-color css

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

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

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

border-color css

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

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

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