#725064

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

Shades of Cosmic #725064

Tints of Cosmic #725064

Color information

#725064 (or 0x725064) is unknown color: approx Cosmic. HEX triplet: 72, 50 and 64. RGB value is (114,80,100). Sum of RGB (Red+Green+Blue) = 114+80+100=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 100 (39.45% from 255 or 34.01% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #725064 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725064 is #8DAF9B. Grayscale: #5C5C5C. Windows color (decimal): -9285532 or 6574194. OLE color: 6574194.

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

Color convert

RGB11480100-
CMYK00.300.120.55
HSL324.71º17.53%38.04%-
HSV(B)324.71º29.82%44.71%-
XYZ12.1110.2313.39-
YUV92.45132.26143.37-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.78%
GREEN value IS 80 (31.64% from 255) = 27.21%
BLUE value IS 100 (39.45% from 255) = 34.01%
R=38.78%
G=27.21%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148010000.300.120.55324.7117.5338.04
Hex72506401EC371451226
Octal16212014403614675052246
Binary111001010100001100100011110110011011110100010110010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725064

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725064; }

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

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

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

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

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

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

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

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