#725463

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

Shades of Cosmic #725463

Tints of Cosmic #725463

Color information

#725463 (or 0x725463) is unknown color: approx Cosmic. HEX triplet: 72, 54 and 63. RGB value is (114,84,99). Sum of RGB (Red+Green+Blue) = 114+84+99=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 84 (33.20% from 255 or 28.28% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #725463 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725463 is #8DAB9C. Grayscale: #5E5E5E. Windows color (decimal): -9284509 or 6509682. OLE color: 6509682.

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

Color convert

RGB1148499-
CMYK00.260.130.55
HSL330º15.15%38.82%-
HSV(B)330º26.32%44.71%-
XYZ12.3610.8213.24-
YUV94.68130.44141.78-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 84 (33.20% from 255) = 28.28%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=38.38%
G=28.28%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114849900.260.130.5533015.1538.82
Hex72546301AD3714af27
Octal16212414303215675121747
Binary11100101010100110001101101011011101111010010101111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725463

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725463; }

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

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

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

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

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

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

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

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