#725766

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

Shades of Cosmic #725766

Tints of Cosmic #725766

Color information

#725766 (or 0x725766) is unknown color: approx Cosmic. HEX triplet: 72, 57 and 66. RGB value is (114,87,102). Sum of RGB (Red+Green+Blue) = 114+87+102=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 102 (40.23% from 255 or 33.66% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #725766 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725766 is #8DA899. Grayscale: #606060. Windows color (decimal): -9283738 or 6707058. OLE color: 6707058.

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

Color convert

RGB11487102-
CMYK00.240.110.55
HSL326.67º13.43%39.41%-
HSV(B)326.67º23.68%44.71%-
XYZ12.7511.3514.09-
YUV96.78130.95140.28-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 87 (34.38% from 255) = 28.71%
BLUE value IS 102 (40.23% from 255) = 33.66%
R=37.62%
G=28.71%
B=33.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148710200.240.110.55326.6713.4339.41
Hex725766018B37147d27
Octal16212714603013675071547
Binary11100101010111110011001100010111101111010001111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725766; }

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

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

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

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

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

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

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

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