#725565

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

Shades of Cosmic #725565

Tints of Cosmic #725565

Color information

#725565 (or 0x725565) is unknown color: approx Cosmic. HEX triplet: 72, 55 and 65. RGB value is (114,85,101). Sum of RGB (Red+Green+Blue) = 114+85+101=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 85 (33.59% from 255 or 28.33% from 300); Blue value is 101 (39.84% from 255 or 33.67% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #725565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725565 is #8DAA9A. Grayscale: #5F5F5F. Windows color (decimal): -9284251 or 6641010. OLE color: 6641010.

HSL color Cylindrical-coordinate representation of color #725565: hue angle of 326.9º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #725565 is Cyan = 0, Magento = 0.25, Yellow = 0.11 and Black (K on CMYK) = 0.55.

Color convert

RGB11485101-
CMYK00.250.110.55
HSL326.9º14.57%39.02%-
HSV(B)326.9º25.44%44.71%-
XYZ12.5411.0113.78-
YUV95.49131.11141.2-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38%
GREEN value IS 85 (33.59% from 255) = 28.33%
BLUE value IS 101 (39.84% from 255) = 33.67%
R=38%
G=28.33%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148510100.250.110.55326.914.5739.02
Hex725565019B37147f27
Octal16212514503113675071747
Binary11100101010101110010101100110111101111010001111111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725565; }

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

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

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

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

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

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

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

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