#725264

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

Shades of Cosmic #725264

Tints of Cosmic #725264

Color information

#725264 (or 0x725264) is unknown color: approx Cosmic. HEX triplet: 72, 52 and 64. RGB value is (114,82,100). Sum of RGB (Red+Green+Blue) = 114+82+100=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 82 (32.42% from 255 or 27.70% from 296); Blue value is 100 (39.45% from 255 or 33.78% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #725264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725264 is #8DAD9B. Grayscale: #5D5D5D. Windows color (decimal): -9285020 or 6574706. OLE color: 6574706.

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

Color convert

RGB11482100-
CMYK00.280.120.55
HSL326.25º16.33%38.43%-
HSV(B)326.25º28.07%44.71%-
XYZ12.2610.5313.44-
YUV93.62131.6142.54-

RGB Variations

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

RGB

RED value IS 114 (44.92% from 255) = 38.51%
GREEN value IS 82 (32.42% from 255) = 27.70%
BLUE value IS 100 (39.45% from 255) = 33.78%
R=38.51%
G=27.70%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.12
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal1148210000.280.120.55326.2516.3338.43
Hex72526401CC371461026
Octal16212214403414675062046
Binary111001010100101100100011100110011011110100011010000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #725264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #725264; }

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

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

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

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

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

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

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

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