#725063

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

Shades of Cosmic #725063

Tints of Cosmic #725063

Color information

#725063 (or 0x725063) is unknown color: approx Cosmic. HEX triplet: 72, 50 and 63. RGB value is (114,80,99). Sum of RGB (Red+Green+Blue) = 114+80+99=293 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.91% from 293); Green value is 80 (31.64% from 255 or 27.30% from 293); Blue value is 99 (39.06% from 255 or 33.79% from 293); Max value from RGB is 114 - color contains mainly: red. Hex color #725063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725063 is #8DAF9C. Grayscale: #5C5C5C. Windows color (decimal): -9285533 or 6508658. OLE color: 6508658.

HSL color Cylindrical-coordinate representation of color #725063: hue angle of 326.47º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725063 is Cyan = 0, Magento = 0.30, Yellow = 0.13 and Black (K on CMYK) = 0.55.

Color convert

RGB1148099-
CMYK00.300.130.55
HSL326.47º17.53%38.04%-
HSV(B)326.47º29.82%44.71%-
XYZ12.0610.2213.14-
YUV92.33131.76143.46-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.91%
GREEN value IS 80 (31.64% from 255) = 27.30%
BLUE value IS 99 (39.06% from 255) = 33.79%
R=38.91%
G=27.30%
B=33.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114809900.300.130.55326.4717.5338.04
Hex72506301ED371461226
Octal16212014303615675062246
Binary111001010100001100011011110110111011110100011010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725063; }

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

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

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

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

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

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

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

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