Shades of Cosmic #7B516D
Tints of Cosmic #7B516D
RGB
CMYK
RGB Variations
Color information
#7B516D (or 0x7B516D) is known color: Cosmic. HEX triplet: 7B, 51 and 6D. RGB value is (123,81,109). Sum of RGB (Red+Green+Blue) = 123+81+109=313 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.30% from 313); Green value is 81 (32.03% from 255 or 25.88% from 313); Blue value is 109 (42.97% from 255 or 34.82% from 313); Max value from RGB is 123 - color contains mainly: red. Hex color #7B516D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B516D is #84AE92. Grayscale: #606060. Windows color (decimal): -8695443 or 7164283. OLE color: 7164283.
HSL color Cylindrical-coordinate representation of color #7B516D: hue angle of 320º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B516D is Cyan = 0, Magento = 0.34, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 81 | 109 | - |
| CMYK | 0 | 0.34 | 0.11 | 0.52 |
| HSL | 320º | 0.21% | 0.4% | - |
| HSV(B) | 320º | 0.34% | 0.48% | - |
| XYZ | 13.87 | 11.2 | 15.9 | - |
| YUV | 96.75 | 134.91 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 81 | 109 | 0 | 0.34 | 0.11 | 0.52 | 320 | 0.21 | 0.4 |
| Hex | 7B | 51 | 6D | 0 | 22 | B | 34 | 140 | 15 | 28 |
| Octal | 173 | 121 | 155 | 0 | 42 | 13 | 64 | 500 | 25 | 50 |
| Binary | 1111011 | 1010001 | 1101101 | 0 | 100010 | 1011 | 110100 | 101000000 | 10101 | 101000 |
Color Harmonies of #7B516D
Complementary color
Monochromatic Colors of #7B516D
Black with #7B516D
Text Example
Text Example
White with #7B516D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B516D; }
p { color: rgb(123,81,109); }
H1.HeaderClassName
{
color: #7B516D;
}
.AnyTagClassName
{
color: #7B516D;
}
</style>
background-color css
<style>
a { background-color: #7B516D; }
a { background-color: rgb(123,81,109); }
div.DivClassName
{
background-color: #7B516D;
}
.BgClassName
{
background-color: #7B516D;
}
</style>
border-color css
<style>
span { border-color: #7B516D; }
span { border-color: rgb(123,81,109); }
td.TdClassName
{
border-color: #7B516D;
}
.TagClassName
{
border-color: #7B516D;
}
</style>