Shades of Cosmic #715764
Tints of Cosmic #715764
RGB
CMYK
RGB Variations
Color information
#715764 (or 0x715764) is known color: Cosmic. HEX triplet: 71, 57 and 64. RGB value is (113,87,100). Sum of RGB (Red+Green+Blue) = 113+87+100=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 87 (34.38% from 255 or 29% from 300); Blue value is 100 (39.45% from 255 or 33.33% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #715764 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715764 is #8EA89B. Grayscale: #606060. Windows color (decimal): -9349276 or 6575985. OLE color: 6575985.
HSL color Cylindrical-coordinate representation of color #715764: hue angle of 330º degrees, saturation: 0.13, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #715764 is Cyan = 0, Magento = 0.23, Yellow = 0.12 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 87 | 100 | - |
| CMYK | 0 | 0.23 | 0.12 | 0.56 |
| HSL | 330º | 0.13% | 0.39% | - |
| HSV(B) | 330º | 0.23% | 0.44% | - |
| XYZ | 12.52 | 11.25 | 13.57 | - |
| YUV | 96.26 | 130.11 | 139.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 87 | 100 | 0 | 0.23 | 0.12 | 0.56 | 330 | 0.13 | 0.39 |
| Hex | 71 | 57 | 64 | 0 | 17 | C | 38 | 14A | D | 27 |
| Octal | 161 | 127 | 144 | 0 | 27 | 14 | 70 | 512 | 15 | 47 |
| Binary | 1110001 | 1010111 | 1100100 | 0 | 10111 | 1100 | 111000 | 101001010 | 1101 | 100111 |
Color Harmonies of #715764
Complementary color
Monochromatic Colors of #715764
Black with #715764
Text Example
Text Example
White with #715764
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715764; }
p { color: rgb(113,87,100); }
H1.HeaderClassName
{
color: #715764;
}
.AnyTagClassName
{
color: #715764;
}
</style>
background-color css
<style>
a { background-color: #715764; }
a { background-color: rgb(113,87,100); }
div.DivClassName
{
background-color: #715764;
}
.BgClassName
{
background-color: #715764;
}
</style>
border-color css
<style>
span { border-color: #715764; }
span { border-color: rgb(113,87,100); }
td.TdClassName
{
border-color: #715764;
}
.TagClassName
{
border-color: #715764;
}
</style>