#723E60

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

Shades of Cosmic #723E60

Tints of Cosmic #723E60

Color information

#723E60 (or 0x723E60) is unknown color: approx Cosmic. HEX triplet: 72, 3E and 60. RGB value is (114,62,96). Sum of RGB (Red+Green+Blue) = 114+62+96=272 (36% of max value = 765). Red value is 114 (44.92% from 255 or 41.91% from 272); Green value is 62 (24.61% from 255 or 22.79% from 272); Blue value is 96 (37.89% from 255 or 35.29% from 272); Max value from RGB is 114 - color contains mainly: red. Hex color #723E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #723E60 is #8DC19F. Grayscale: #515151. Windows color (decimal): -9290144 or 6307442. OLE color: 6307442.

HSL color Cylindrical-coordinate representation of color #723E60: hue angle of 320.77º degrees, saturation: 0.3, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #723E60 is Cyan = 0, Magento = 0.46, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1146296-
CMYK00.460.160.55
HSL320.77º29.55%34.51%-
HSV(B)320.77º45.61%44.71%-
XYZ10.777.8712.02-
YUV81.42136.23151.24-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 41.91%
GREEN value IS 62 (24.61% from 255) = 22.79%
BLUE value IS 96 (37.89% from 255) = 35.29%
R=41.91%
G=22.79%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114629600.460.160.55320.7729.5534.51
Hex723E6002E10371411e23
Octal1627614005620675013643
Binary1110010111110110000001011101000011011110100000111110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #723E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #723E60; }

 p { color: rgb(114,62,96); }

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

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

 a { background-color: rgb(114,62,96); }

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

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

 span { border-color: rgb(114,62,96); }

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