#724563

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

Shades of Cosmic #724563

Tints of Cosmic #724563

Color information

#724563 (or 0x724563) is unknown color: approx Cosmic. HEX triplet: 72, 45 and 63. RGB value is (114,69,99). Sum of RGB (Red+Green+Blue) = 114+69+99=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 69 (27.34% from 255 or 24.47% from 282); Blue value is 99 (39.06% from 255 or 35.11% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #724563 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724563 is #8DBA9C. Grayscale: #555555. Windows color (decimal): -9288349 or 6505842. OLE color: 6505842.

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

Color convert

RGB1146999-
CMYK00.390.130.55
HSL320º24.59%35.88%-
HSV(B)320º39.47%44.71%-
XYZ11.328.7312.89-
YUV85.88135.41148.06-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40.43%
GREEN value IS 69 (27.34% from 255) = 24.47%
BLUE value IS 99 (39.06% from 255) = 35.11%
R=40.43%
G=24.47%
B=35.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114699900.390.130.5532024.5935.88
Hex724563027D371401924
Octal16210514304715675003144
Binary1110010100010111000110100111110111011110100000011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724563; }

 p { color: rgb(114,69,99); }

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

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

 a { background-color: rgb(114,69,99); }

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

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

 span { border-color: rgb(114,69,99); }

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