#724064

Color #724064 Cosmic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cosmic #724064

Tints of Cosmic #724064

Color information

#724064 (or 0x724064) is unknown color: approx 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

RGB11464100-
CMYK00.440.120.55
HSL316.8º28.09%34.9%-
HSV(B)316.8º43.86%44.71%-
XYZ11.078.1613.05-
YUV83.05137.56150.07-

RGB Variations

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

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 (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1146410000.440.120.55316.828.0934.9
Hex72406402CC3713d1c23
Octal16210014405414674753443
Binary1110010100000011001000101100110011011110011110111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>