#725863

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

Shades of Cosmic #725863

Tints of Cosmic #725863

Color information

#725863 (or 0x725863) is unknown color: approx Cosmic. HEX triplet: 72, 58 and 63. RGB value is (114,88,99). Sum of RGB (Red+Green+Blue) = 114+88+99=301 (39% of max value = 765). Red value is 114 (44.92% from 255 or 37.87% from 301); Green value is 88 (34.77% from 255 or 29.24% from 301); Blue value is 99 (39.06% from 255 or 32.89% from 301); Max value from RGB is 114 - color contains mainly: red. Hex color #725863 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725863 is #8DA79C. Grayscale: #616161. Windows color (decimal): -9283485 or 6510706. OLE color: 6510706.

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

Color convert

RGB1148899-
CMYK00.230.130.55
HSL334.62º12.87%39.61%-
HSV(B)334.62º22.81%44.71%-
XYZ12.6811.4613.35-
YUV97.03129.11140.11-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.87%
GREEN value IS 88 (34.77% from 255) = 29.24%
BLUE value IS 99 (39.06% from 255) = 32.89%
R=37.87%
G=29.24%
B=32.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114889900.230.130.55334.6212.8739.61
Hex725863017D3714fd28
Octal16213014302715675171550
Binary11100101011000110001101011111011101111010011111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725863; }

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

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

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

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

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

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

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

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