#725663

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

Shades of Cosmic #725663

Tints of Cosmic #725663

Color information

#725663 (or 0x725663) is unknown color: approx Cosmic. HEX triplet: 72, 56 and 63. RGB value is (114,86,99). Sum of RGB (Red+Green+Blue) = 114+86+99=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 99 (39.06% from 255 or 33.11% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #725663 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725663 is #8DA99C. Grayscale: #5F5F5F. Windows color (decimal): -9283997 or 6510194. OLE color: 6510194.

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

Color convert

RGB1148699-
CMYK00.250.130.55
HSL332.14º14%39.22%-
HSV(B)332.14º24.56%44.71%-
XYZ12.5211.1313.29-
YUV95.85129.78140.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.13%
GREEN value IS 86 (33.98% from 255) = 28.76%
BLUE value IS 99 (39.06% from 255) = 33.11%
R=38.13%
G=28.76%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.13
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114869900.250.130.55332.141439.22
Hex725663019D3714ce27
Octal16212614303115675141647
Binary11100101010110110001101100111011101111010011001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725663; }

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

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

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

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

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

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

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

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