Shades of Cosmic #7B5860
Tints of Cosmic #7B5860
RGB
CMYK
RGB Variations
Color information
#7B5860 (or 0x7B5860) is known color: Cosmic. HEX triplet: 7B, 58 and 60. RGB value is (123,88,96). Sum of RGB (Red+Green+Blue) = 123+88+96=307 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.07% from 307); Green value is 88 (34.77% from 255 or 28.66% from 307); Blue value is 96 (37.89% from 255 or 31.27% from 307); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5860 is #84A79F. Grayscale: #636363. Windows color (decimal): -8693664 or 6314107. OLE color: 6314107.
HSL color Cylindrical-coordinate representation of color #7B5860: hue angle of 346.29º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B5860 is Cyan = 0, Magento = 0.28, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 88 | 96 | - |
| CMYK | 0 | 0.28 | 0.22 | 0.52 |
| HSL | 346.29º | 0.17% | 0.41% | - |
| HSV(B) | 346.29º | 0.28% | 0.48% | - |
| XYZ | 13.77 | 12.03 | 12.66 | - |
| YUV | 99.38 | 126.1 | 144.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 96 | 0 | 0.28 | 0.22 | 0.52 | 346.29 | 0.17 | 0.41 |
| Hex | 7B | 58 | 60 | 0 | 1C | 16 | 34 | 15A | 11 | 29 |
| Octal | 173 | 130 | 140 | 0 | 34 | 26 | 64 | 532 | 21 | 51 |
| Binary | 1111011 | 1011000 | 1100000 | 0 | 11100 | 10110 | 110100 | 101011010 | 10001 | 101001 |
Color Harmonies of #7B5860
Complementary color
Monochromatic Colors of #7B5860
Black with #7B5860
Text Example
Text Example
White with #7B5860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5860; }
p { color: rgb(123,88,96); }
H1.HeaderClassName
{
color: #7B5860;
}
.AnyTagClassName
{
color: #7B5860;
}
</style>
background-color css
<style>
a { background-color: #7B5860; }
a { background-color: rgb(123,88,96); }
div.DivClassName
{
background-color: #7B5860;
}
.BgClassName
{
background-color: #7B5860;
}
</style>
border-color css
<style>
span { border-color: #7B5860; }
span { border-color: rgb(123,88,96); }
td.TdClassName
{
border-color: #7B5860;
}
.TagClassName
{
border-color: #7B5860;
}
</style>