#725964

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

Shades of Cosmic #725964

Tints of Cosmic #725964

Color information

#725964 (or 0x725964) is unknown color: approx Cosmic. HEX triplet: 72, 59 and 64. RGB value is (114,89,100). Sum of RGB (Red+Green+Blue) = 114+89+100=303 (40% of max value = 765). Red value is 114 (44.92% from 255 or 37.62% from 303); Green value is 89 (35.16% from 255 or 29.37% from 303); Blue value is 100 (39.45% from 255 or 33.00% from 303); Max value from RGB is 114 - color contains mainly: red. Hex color #725964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725964 is #8DA69B. Grayscale: #616161. Windows color (decimal): -9283228 or 6576498. OLE color: 6576498.

HSL color Cylindrical-coordinate representation of color #725964: hue angle of 333.6º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #725964 is Cyan = 0, Magento = 0.22, Yellow = 0.12 and Black (K on CMYK) = 0.55.

Color convert

RGB11489100-
CMYK00.220.120.55
HSL333.6º12.32%39.8%-
HSV(B)333.6º21.93%44.71%-
XYZ12.8111.6413.63-
YUV97.73129.28139.61-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 37.62%
GREEN value IS 89 (35.16% from 255) = 29.37%
BLUE value IS 100 (39.45% from 255) = 33.00%
R=37.62%
G=29.37%
B=33.00%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148910000.220.120.55333.612.3239.8
Hex725964016C3714ec28
Octal16213114402614675161450
Binary11100101011001110010001011011001101111010011101100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725964; }

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

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

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

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

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

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

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

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