#724959

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

Shades of Cosmic #724959

Tints of Cosmic #724959

Color information

#724959 (or 0x724959) is unknown color: approx Cosmic. HEX triplet: 72, 49 and 59. RGB value is (114,73,89). Sum of RGB (Red+Green+Blue) = 114+73+89=276 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.30% from 276); Green value is 73 (28.91% from 255 or 26.45% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 114 - color contains mainly: red. Hex color #724959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724959 is #8DB6A6. Grayscale: #575757. Windows color (decimal): -9287335 or 5851506. OLE color: 5851506.

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

Color convert

RGB1147389-
CMYK00.360.220.55
HSL336.59º21.93%36.67%-
HSV(B)336.59º35.96%44.71%-
XYZ11.139.0610.61-
YUV87.08129.08147.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.30%
GREEN value IS 73 (28.91% from 255) = 26.45%
BLUE value IS 89 (35.16% from 255) = 32.25%
R=41.30%
G=26.45%
B=32.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114738900.360.220.55336.5921.9336.67
Hex72495902416371511625
Octal16211113104426675212645
Binary11100101001001101100101001001011011011110101000110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724959; }

 p { color: rgb(114,73,89); }

 H1.HeaderClassName
 {
   color: #724959;
 }
 .AnyTagClassName
 {
   color: #724959;
 }
</style>
background-color css

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

 a { background-color: rgb(114,73,89); }

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

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

 span { border-color: rgb(114,73,89); }

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