#725864

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

Shades of Cosmic #725864

Tints of Cosmic #725864

Color information

#725864 (or 0x725864) is unknown color: approx Cosmic. HEX triplet: 72, 58 and 64. RGB value is (114,88,100). Sum of RGB (Red+Green+Blue) = 114+88+100=302 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.75% from 302); Green value is 88 (34.77% from 255 or 29.14% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 114 - color contains mainly: red. Hex color #725864 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725864 is #8DA79B. Grayscale: #616161. Windows color (decimal): -9283484 or 6576242. OLE color: 6576242.

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

Color convert

RGB11488100-
CMYK00.230.120.55
HSL332.31º12.87%39.61%-
HSV(B)332.31º22.81%44.71%-
XYZ12.7311.4813.6-
YUV97.14129.61140.02-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.75%
GREEN value IS 88 (34.77% from 255) = 29.14%
BLUE value IS 100 (39.45% from 255) = 33.11%
R=37.75%
G=29.14%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148810000.230.120.55332.3112.8739.61
Hex725864017C3714cd28
Octal16213014402714675141550
Binary11100101011000110010001011111001101111010011001101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725864; }

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

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

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

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

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

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

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

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