#715964

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

Shades of Cosmic #715964

Tints of Cosmic #715964

Color information

#715964 (or 0x715964) is unknown color: approx Cosmic. HEX triplet: 71, 59 and 64. RGB value is (113,89,100). Sum of RGB (Red+Green+Blue) = 113+89+100=302 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.42% from 302); Green value is 89 (35.16% from 255 or 29.47% from 302); Blue value is 100 (39.45% from 255 or 33.11% from 302); Max value from RGB is 113 - color contains mainly: red. Hex color #715964 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715964 is #8EA69B. Grayscale: #616161. Windows color (decimal): -9348764 or 6576497. OLE color: 6576497.

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

Color convert

RGB11389100-
CMYK00.210.120.56
HSL332.5º11.88%39.61%-
HSV(B)332.5º21.24%44.31%-
XYZ12.6811.5813.62-
YUV97.43129.45139.11-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.42%
GREEN value IS 89 (35.16% from 255) = 29.47%
BLUE value IS 100 (39.45% from 255) = 33.11%
R=37.42%
G=29.47%
B=33.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.12
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138910000.210.120.56332.511.8839.61
Hex715964015C3814cc28
Octal16113114402514705141450
Binary11100011011001110010001010111001110001010011001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715964; }

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

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

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

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

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

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

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

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