#724863

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

Shades of Cosmic #724863

Tints of Cosmic #724863

Color information

#724863 (or 0x724863) is unknown color: approx Cosmic. HEX triplet: 72, 48 and 63. RGB value is (114,72,99). Sum of RGB (Red+Green+Blue) = 114+72+99=285 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40% from 285); Green value is 72 (28.52% from 255 or 25.26% from 285); Blue value is 99 (39.06% from 255 or 34.74% from 285); Max value from RGB is 114 - color contains mainly: red. Hex color #724863 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #724863 is #8DB79C. Grayscale: #575757. Windows color (decimal): -9287581 or 6506610. OLE color: 6506610.

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

Color convert

RGB1147299-
CMYK00.370.130.55
HSL321.43º22.58%36.47%-
HSV(B)321.43º36.84%44.71%-
XYZ11.519.1112.96-
YUV87.64134.41146.8-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 40%
GREEN value IS 72 (28.52% from 255) = 25.26%
BLUE value IS 99 (39.06% from 255) = 34.74%
R=40%
G=25.26%
B=34.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114729900.370.130.55321.4322.5836.47
Hex724863025D371411724
Octal16211014304515675012744
Binary1110010100100011000110100101110111011110100000110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #724863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #724863; }

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

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

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

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

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

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

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

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