Html Css Color HEX #724464 Cosmic

📋 copy color: '#724464'

red 114 ◦ green 68 ◦ blue 100

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

Shades of Cosmic #724464

Tints of Cosmic #724464

RGB

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

 GREEN value IS 68 (26.95% from 255) = 24.11%

 BLUE value IS 100 (39.45% from 255) = 35.46%

R = 40.43%
G = 24.11%
B = 35.46%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#724464 (or 0x724464) is known color: Cosmic. HEX triplet: 72, 44 and 64. RGB value is (114,68,100). Sum of RGB (Red+Green+Blue) = 114+68+100=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 68 (26.95% from 255 or 24.11% from 282); Blue value is 100 (39.45% from 255 or 35.46% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #724464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724464 is #8DBB9B. Grayscale: #555555. Windows color (decimal): -9288604 or 6571122. OLE color: 6571122.

HSL color Cylindrical-coordinate representation of color #724464: hue angle of 318.26º degrees, saturation: 0.25, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #724464 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB 114 68 100 -
CMYK 0 0.40 0.12 0.55
HSL 318.26º 0.25% 0.36% -
HSV(B) 318.26º 0.4% 0.45% -
XYZ 11.31 8.63 13.13 -
YUV 85.4 136.24 148.4 -
System Red Green Blue C M Y K H S L
Decimal 114 68 100 0 0.40 0.12 0.55 318.26 0.25 0.36
Hex 72 44 64 0 28 C 37 13E 19 24
Octal 162 104 144 0 50 14 67 476 31 44
Binary 1110010 1000100 1100100 0 101000 1100 110111 100111110 11001 100100

Color Harmonies of #724464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724464

Black with #724464

Text Example


Text Example

White with #724464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724464; }

 p { color: rgb(114,68,100); }

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

background-color css

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

 a { background-color: rgb(114,68,100); }

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

border-color css

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

 span { border-color: rgb(114,68,100); }

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