#715661

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

Shades of Cosmic #715661

Tints of Cosmic #715661

Color information

#715661 (or 0x715661) is unknown color: approx Cosmic. HEX triplet: 71, 56 and 61. RGB value is (113,86,97). Sum of RGB (Red+Green+Blue) = 113+86+97=296 (39% of max value = 765). Red value is 113 (44.53% from 255 or 38.18% from 296); Green value is 86 (33.98% from 255 or 29.05% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 113 - color contains mainly: red. Hex color #715661 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715661 is #8EA99E. Grayscale: #5F5F5F. Windows color (decimal): -9349535 or 6379121. OLE color: 6379121.

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

Color convert

RGB1138697-
CMYK00.240.140.56
HSL335.56º13.57%39.02%-
HSV(B)335.56º23.89%44.31%-
XYZ12.311.0312.79-
YUV95.33128.95140.61-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 38.18%
GREEN value IS 86 (33.98% from 255) = 29.05%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=38.18%
G=29.05%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal113869700.240.140.56335.5613.5739.02
Hex715661018E38150e27
Octal16112614103016705201647
Binary11100011010110110000101100011101110001010100001110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715661; }

 p { color: rgb(113,86,97); }

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

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

 a { background-color: rgb(113,86,97); }

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

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

 span { border-color: rgb(113,86,97); }

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