Shades of Cosmic #7B5460
Tints of Cosmic #7B5460
RGB
CMYK
RGB Variations
Color information
#7B5460 (or 0x7B5460) is known color: Cosmic. HEX triplet: 7B, 54 and 60. RGB value is (123,84,96). Sum of RGB (Red+Green+Blue) = 123+84+96=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 84 (33.20% from 255 or 27.72% from 303); Blue value is 96 (37.89% from 255 or 31.68% from 303); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5460 is #84AB9F. Grayscale: #616161. Windows color (decimal): -8694688 or 6313083. OLE color: 6313083.
HSL color Cylindrical-coordinate representation of color #7B5460: hue angle of 341.54º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B5460 is Cyan = 0, Magento = 0.32, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 84 | 96 | - |
| CMYK | 0 | 0.32 | 0.22 | 0.52 |
| HSL | 341.54º | 0.19% | 0.41% | - |
| HSV(B) | 341.54º | 0.32% | 0.48% | - |
| XYZ | 13.45 | 11.4 | 12.56 | - |
| YUV | 97.03 | 127.42 | 146.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 96 | 0 | 0.32 | 0.22 | 0.52 | 341.54 | 0.19 | 0.41 |
| Hex | 7B | 54 | 60 | 0 | 20 | 16 | 34 | 156 | 13 | 29 |
| Octal | 173 | 124 | 140 | 0 | 40 | 26 | 64 | 526 | 23 | 51 |
| Binary | 1111011 | 1010100 | 1100000 | 0 | 100000 | 10110 | 110100 | 101010110 | 10011 | 101001 |
Color Harmonies of #7B5460
Complementary color
Monochromatic Colors of #7B5460
Black with #7B5460
Text Example
Text Example
White with #7B5460
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5460; }
p { color: rgb(123,84,96); }
H1.HeaderClassName
{
color: #7B5460;
}
.AnyTagClassName
{
color: #7B5460;
}
</style>
background-color css
<style>
a { background-color: #7B5460; }
a { background-color: rgb(123,84,96); }
div.DivClassName
{
background-color: #7B5460;
}
.BgClassName
{
background-color: #7B5460;
}
</style>
border-color css
<style>
span { border-color: #7B5460; }
span { border-color: rgb(123,84,96); }
td.TdClassName
{
border-color: #7B5460;
}
.TagClassName
{
border-color: #7B5460;
}
</style>