Html Css Color HEX #724063 Cosmic

📋 copy color: '#724063'

red 114 ◦ green 64 ◦ blue 99

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

Shades of Cosmic #724063

Tints of Cosmic #724063

RGB

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

 GREEN value IS 64 (25.39% from 255) = 23.1%

 BLUE value IS 99 (39.06% from 255) = 35.74%

R = 41.16%
G = 23.1%
B = 35.74%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.13

 K value IS 0.55

RGB Variations

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

Color information

#724063 (or 0x724063) is known color: Cosmic. HEX triplet: 72, 40 and 63. RGB value is (114,64,99). Sum of RGB (Red+Green+Blue) = 114+64+99=277 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.16% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 99 (39.06% from 255 or 35.74% from 277); Max value from RGB is 114 - color contains mainly: red. Hex color #724063 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724063 is #8DBF9C. Grayscale: #525252. Windows color (decimal): -9289629 or 6504562. OLE color: 6504562.

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

Color convert

RGB 114 64 99 -
CMYK 0 0.44 0.13 0.55
HSL 318º 0.28% 0.35% -
HSV(B) 318º 0.44% 0.45% -
XYZ 11.02 8.15 12.8 -
YUV 82.94 137.07 150.15 -
System Red Green Blue C M Y K H S L
Decimal 114 64 99 0 0.44 0.13 0.55 318 0.28 0.35
Hex 72 40 63 0 2C D 37 13E 1C 23
Octal 162 100 143 0 54 15 67 476 34 43
Binary 1110010 1000000 1100011 0 101100 1101 110111 100111110 11100 100011

Color Harmonies of #724063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724063

Black with #724063

Text Example


Text Example

White with #724063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724063; }

 p { color: rgb(114,64,99); }

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

background-color css

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

 a { background-color: rgb(114,64,99); }

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

border-color css

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

 span { border-color: rgb(114,64,99); }

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