Html Css Color HEX #724064 Cosmic

📋 copy color: '#724064'

red 114 ◦ green 64 ◦ blue 100

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

Shades of Cosmic #724064

Tints of Cosmic #724064

RGB

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

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

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

R = 41.01%
G = 23.02%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.12

 K value IS 0.55

RGB Variations

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

Color information

#724064 (or 0x724064) is known color: Cosmic. HEX triplet: 72, 40 and 64. RGB value is (114,64,100). Sum of RGB (Red+Green+Blue) = 114+64+100=278 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.01% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 114 - color contains mainly: red. Hex color #724064 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724064 is #8DBF9B. Grayscale: #525252. Windows color (decimal): -9289628 or 6570098. OLE color: 6570098.

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

Color convert

RGB 114 64 100 -
CMYK 0 0.44 0.12 0.55
HSL 316.8º 0.28% 0.35% -
HSV(B) 316.8º 0.44% 0.45% -
XYZ 11.07 8.16 13.05 -
YUV 83.05 137.57 150.07 -
System Red Green Blue C M Y K H S L
Decimal 114 64 100 0 0.44 0.12 0.55 316.8 0.28 0.35
Hex 72 40 64 0 2C C 37 13D 1C 23
Octal 162 100 144 0 54 14 67 475 34 43
Binary 1110010 1000000 1100100 0 101100 1100 110111 100111101 11100 100011

Color Harmonies of #724064

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #724064

Black with #724064

Text Example


Text Example

White with #724064

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #724064; }

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

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

background-color css

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

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

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

border-color css

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

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

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