#715264

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

Shades of Cosmic #715264

Tints of Cosmic #715264

Color information

#715264 (or 0x715264) is unknown color: approx Cosmic. HEX triplet: 71, 52 and 64. RGB value is (113,82,100). Sum of RGB (Red+Green+Blue) = 113+82+100=295 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.31% from 295); Green value is 82 (32.42% from 255 or 27.80% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 113 - color contains mainly: red. Hex color #715264 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715264 is #8EAD9B. Grayscale: #5D5D5D. Windows color (decimal): -9350556 or 6574705. OLE color: 6574705.

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

Color convert

RGB11382100-
CMYK00.270.120.56
HSL325.16º15.9%38.24%-
HSV(B)325.16º27.43%44.31%-
XYZ12.1310.4713.44-
YUV93.32131.77142.04-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.31%
GREEN value IS 82 (32.42% from 255) = 27.80%
BLUE value IS 100 (39.45% from 255) = 33.90%
R=38.31%
G=27.80%
B=33.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.27
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138210000.270.120.56325.1615.938.24
Hex71526401BC381451026
Octal16112214403314705052046
Binary111000110100101100100011011110011100010100010110000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715264

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715264; }

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

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

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

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

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

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

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

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