#725868

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

Shades of Cosmic #725868

Tints of Cosmic #725868

Color information

#725868 (or 0x725868) is unknown color: approx Cosmic. HEX triplet: 72, 58 and 68. RGB value is (114,88,104). Sum of RGB (Red+Green+Blue) = 114+88+104=306 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.25% from 306); Green value is 88 (34.77% from 255 or 28.76% from 306); Blue value is 104 (41.02% from 255 or 33.99% from 306); Max value from RGB is 114 - color contains mainly: red. Hex color #725868 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725868 is #8DA797. Grayscale: #616161. Windows color (decimal): -9283480 or 6838386. OLE color: 6838386.

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

Color convert

RGB11488104-
CMYK00.230.090.55
HSL323.08º12.87%39.61%-
HSV(B)323.08º22.81%44.71%-
XYZ12.9311.5614.65-
YUV97.6131.61139.7-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.25%
GREEN value IS 88 (34.77% from 255) = 28.76%
BLUE value IS 104 (41.02% from 255) = 33.99%
R=37.25%
G=28.76%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148810400.230.090.55323.0812.8739.61
Hex725868017937143d28
Octal16213015002711675031550
Binary11100101011000110100001011110011101111010000111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725868; }

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

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

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

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

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

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

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

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