#715966

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

Shades of Cosmic #715966

Tints of Cosmic #715966

Color information

#715966 (or 0x715966) is unknown color: approx Cosmic. HEX triplet: 71, 59 and 66. RGB value is (113,89,102). Sum of RGB (Red+Green+Blue) = 113+89+102=304 (40% of max value = 765). Red value is 113 (44.53% from 255 or 37.17% from 304); Green value is 89 (35.16% from 255 or 29.28% from 304); Blue value is 102 (40.23% from 255 or 33.55% from 304); Max value from RGB is 113 - color contains mainly: red. Hex color #715966 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715966 is #8EA699. Grayscale: #616161. Windows color (decimal): -9348762 or 6707569. OLE color: 6707569.

HSL color Cylindrical-coordinate representation of color #715966: hue angle of 327.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 #715966 is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB11389102-
CMYK00.210.100.56
HSL327.5º11.88%39.61%-
HSV(B)327.5º21.24%44.31%-
XYZ12.7811.6114.14-
YUV97.66130.45138.94-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.17%
GREEN value IS 89 (35.16% from 255) = 29.28%
BLUE value IS 102 (40.23% from 255) = 33.55%
R=37.17%
G=29.28%
B=33.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.10
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138910200.210.100.56327.511.8839.61
Hex715966015A38148c28
Octal16113114602512705101450
Binary11100011011001110011001010110101110001010010001100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715966; }

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

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

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

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

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

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

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

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