#724961

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

Shades of Cosmic #724961

Tints of Cosmic #724961

Color information

#724961 (or 0x724961) is unknown color: approx Cosmic. HEX triplet: 72, 49 and 61. RGB value is (114,73,97). Sum of RGB (Red+Green+Blue) = 114+73+97=284 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.14% from 284); Green value is 73 (28.91% from 255 or 25.70% from 284); Blue value is 97 (38.28% from 255 or 34.15% from 284); Max value from RGB is 114 - color contains mainly: red. Hex color #724961 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724961 is #8DB69E. Grayscale: #575757. Windows color (decimal): -9287327 or 6375794. OLE color: 6375794.

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

Color convert

RGB1147397-
CMYK00.360.150.55
HSL324.88º21.93%36.67%-
HSV(B)324.88º35.96%44.71%-
XYZ11.489.2112.48-
YUV88133.08146.55-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.14%
GREEN value IS 73 (28.91% from 255) = 25.70%
BLUE value IS 97 (38.28% from 255) = 34.15%
R=40.14%
G=25.70%
B=34.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.15
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114739700.360.150.55324.8821.9336.67
Hex724961024F371451625
Octal16211114104417675052645
Binary1110010100100111000010100100111111011110100010110110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724961; }

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

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

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

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

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

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

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

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