#725760

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

Shades of Cosmic #725760

Tints of Cosmic #725760

Color information

#725760 (or 0x725760) is unknown color: approx Cosmic. HEX triplet: 72, 57 and 60. RGB value is (114,87,96). Sum of RGB (Red+Green+Blue) = 114+87+96=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 87 (34.38% from 255 or 29.29% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #725760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725760 is #8DA89F. Grayscale: #606060. Windows color (decimal): -9283744 or 6313842. OLE color: 6313842.

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

Color convert

RGB1148796-
CMYK00.240.160.55
HSL340º13.43%39.41%-
HSV(B)340º23.68%44.71%-
XYZ12.4611.2412.58-
YUV96.1127.95140.77-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.38%
GREEN value IS 87 (34.38% from 255) = 29.29%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=38.38%
G=29.29%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.16
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114879600.240.160.5534013.4339.41
Hex7257600181037154d27
Octal16212714003020675241547
Binary111001010101111100000011000100001101111010101001101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725760; }

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

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

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

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

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

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

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

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