Html Css Color HEX #724264 Cosmic

📋 copy color: '#724264'

red 114 ◦ green 66 ◦ blue 100

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

Shades of Cosmic #724264

Tints of Cosmic #724264

RGB

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

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

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

R = 40.71%
G = 23.57%
B = 35.71%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#724264 (or 0x724264) is known color: Cosmic. HEX triplet: 72, 42 and 64. RGB value is (114,66,100). Sum of RGB (Red+Green+Blue) = 114+66+100=280 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.71% from 280); Green value is 66 (26.17% from 255 or 23.57% from 280); Blue value is 100 (39.45% from 255 or 35.71% from 280); Max value from RGB is 114 - color contains mainly: red. Hex color #724264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724264 is #8DBD9B. Grayscale: #545454. Windows color (decimal): -9289116 or 6570610. OLE color: 6570610.

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

Color convert

RGB 114 66 100 -
CMYK 0 0.42 0.12 0.55
HSL 317.5º 0.27% 0.35% -
HSV(B) 317.5º 0.42% 0.45% -
XYZ 11.19 8.39 13.09 -
YUV 84.23 136.9 149.24 -
System Red Green Blue C M Y K H S L
Decimal 114 66 100 0 0.42 0.12 0.55 317.5 0.27 0.35
Hex 72 42 64 0 2A C 37 13E 1B 23
Octal 162 102 144 0 52 14 67 476 33 43
Binary 1110010 1000010 1100100 0 101010 1100 110111 100111110 11011 100011

Color Harmonies of #724264

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724264

Black with #724264

Text Example


Text Example

White with #724264

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724264; }

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

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

background-color css

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

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

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

border-color css

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

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

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