#725660

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

Shades of Cosmic #725660

Tints of Cosmic #725660

Color information

#725660 (or 0x725660) is unknown color: approx Cosmic. HEX triplet: 72, 56 and 60. RGB value is (114,86,96). Sum of RGB (Red+Green+Blue) = 114+86+96=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #725660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725660 is #8DA99F. Grayscale: #5F5F5F. Windows color (decimal): -9284000 or 6313586. OLE color: 6313586.

HSL color Cylindrical-coordinate representation of color #725660: hue angle of 338.57º 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 #725660 is Cyan = 0, Magento = 0.25, Yellow = 0.16 and Black (K on CMYK) = 0.55.

Color convert

RGB1148696-
CMYK00.250.160.55
HSL338.57º14%39.22%-
HSV(B)338.57º24.56%44.71%-
XYZ12.3811.0812.55-
YUV95.51128.28141.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 86 (33.98% from 255) = 29.05%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=38.51%
G=29.05%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114869600.250.160.55338.571439.22
Hex7256600191037153e27
Octal16212614003120675231647
Binary111001010101101100000011001100001101111010100111110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725660; }

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

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

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

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

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

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

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

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