#715565

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

Shades of Cosmic #715565

Tints of Cosmic #715565

Color information

#715565 (or 0x715565) is unknown color: approx Cosmic. HEX triplet: 71, 55 and 65. RGB value is (113,85,101). Sum of RGB (Red+Green+Blue) = 113+85+101=299 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.79% from 299); Green value is 85 (33.59% from 255 or 28.43% from 299); Blue value is 101 (39.84% from 255 or 33.78% from 299); Max value from RGB is 113 - color contains mainly: red. Hex color #715565 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715565 is #8EAA9A. Grayscale: #5F5F5F. Windows color (decimal): -9349787 or 6641009. OLE color: 6641009.

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

Color convert

RGB11385101-
CMYK00.250.110.56
HSL325.71º14.14%38.82%-
HSV(B)325.71º24.78%44.31%-
XYZ12.4110.9513.77-
YUV95.2131.28140.7-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 37.79%
GREEN value IS 85 (33.59% from 255) = 28.43%
BLUE value IS 101 (39.84% from 255) = 33.78%
R=37.79%
G=28.43%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.25
Y (Yellow) values IS 0.11
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal1138510100.250.110.56325.7114.1438.82
Hex715565019B38146e27
Octal16112514503113705061647
Binary11100011010101110010101100110111110001010001101110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #715565

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #715565; }

 p { color: rgb(113,85,101); }

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

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

 a { background-color: rgb(113,85,101); }

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

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

 span { border-color: rgb(113,85,101); }

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