#725862

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

Shades of Cosmic #725862

Tints of Cosmic #725862

Color information

#725862 (or 0x725862) is unknown color: approx Cosmic. HEX triplet: 72, 58 and 62. RGB value is (114,88,98). Sum of RGB (Red+Green+Blue) = 114+88+98=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 88 (34.77% from 255 or 29.33% from 300); Blue value is 98 (38.67% from 255 or 32.67% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #725862 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725862 is #8DA79D. Grayscale: #606060. Windows color (decimal): -9283486 or 6445170. OLE color: 6445170.

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

Color convert

RGB1148898-
CMYK00.230.140.55
HSL336.92º12.87%39.61%-
HSV(B)336.92º22.81%44.71%-
XYZ12.6311.4413.1-
YUV96.91128.61140.19-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 88 (34.77% from 255) = 29.33%
BLUE value IS 98 (38.67% from 255) = 32.67%
R=38%
G=29.33%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.14
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal114889800.230.140.55336.9212.8739.61
Hex725862017E37151d28
Octal16213014202716675211550
Binary11100101011000110001001011111101101111010100011101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725862

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725862; }

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

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

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

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

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

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

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

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