#725865

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

Shades of Cosmic #725865

Tints of Cosmic #725865

Color information

#725865 (or 0x725865) is unknown color: approx Cosmic. HEX triplet: 72, 58 and 65. RGB value is (114,88,101). Sum of RGB (Red+Green+Blue) = 114+88+101=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 88 (34.77% from 255 or 29.04% from 303); Blue value is 101 (39.84% from 255 or 33.33% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #725865 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725865 is #8DA79A. Grayscale: #616161. Windows color (decimal): -9283483 or 6641778. OLE color: 6641778.

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

Color convert

RGB11488101-
CMYK00.230.110.55
HSL330º12.87%39.61%-
HSV(B)330º22.81%44.71%-
XYZ12.7811.513.86-
YUV97.26130.11139.94-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 88 (34.77% from 255) = 29.04%
BLUE value IS 101 (39.84% from 255) = 33.33%
R=37.62%
G=29.04%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148810100.230.110.5533012.8739.61
Hex725865017B3714ad28
Octal16213014502713675121550
Binary11100101011000110010101011110111101111010010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725865

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725865; }

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

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

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

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

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

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

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

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