Shades of Cosmic #7B3860
Tints of Cosmic #7B3860
RGB
CMYK
RGB Variations
Color information
#7B3860 (or 0x7B3860) is known color: Cosmic. HEX triplet: 7B, 38 and 60. RGB value is (123,56,96). Sum of RGB (Red+Green+Blue) = 123+56+96=275 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.73% from 275); Green value is 56 (22.27% from 255 or 20.36% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3860 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3860 is #84C79F. Grayscale: #505050. Windows color (decimal): -8701856 or 6305915. OLE color: 6305915.
HSL color Cylindrical-coordinate representation of color #7B3860: hue angle of 324.18º degrees, saturation: 0.37, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #7B3860 is Cyan = 0, Magento = 0.54, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 56 | 96 | - |
| CMYK | 0 | 0.54 | 0.22 | 0.52 |
| HSL | 324.18º | 0.37% | 0.35% | - |
| HSV(B) | 324.18º | 0.54% | 0.48% | - |
| XYZ | 11.69 | 7.88 | 11.97 | - |
| YUV | 80.59 | 136.7 | 158.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 56 | 96 | 0 | 0.54 | 0.22 | 0.52 | 324.18 | 0.37 | 0.35 |
| Hex | 7B | 38 | 60 | 0 | 36 | 16 | 34 | 144 | 25 | 23 |
| Octal | 173 | 70 | 140 | 0 | 66 | 26 | 64 | 504 | 45 | 43 |
| Binary | 1111011 | 111000 | 1100000 | 0 | 110110 | 10110 | 110100 | 101000100 | 100101 | 100011 |
Color Harmonies of #7B3860
Complementary color
Monochromatic Colors of #7B3860
Black with #7B3860
Text Example
Text Example
White with #7B3860
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3860; }
p { color: rgb(123,56,96); }
H1.HeaderClassName
{
color: #7B3860;
}
.AnyTagClassName
{
color: #7B3860;
}
</style>
background-color css
<style>
a { background-color: #7B3860; }
a { background-color: rgb(123,56,96); }
div.DivClassName
{
background-color: #7B3860;
}
.BgClassName
{
background-color: #7B3860;
}
</style>
border-color css
<style>
span { border-color: #7B3860; }
span { border-color: rgb(123,56,96); }
td.TdClassName
{
border-color: #7B3860;
}
.TagClassName
{
border-color: #7B3860;
}
</style>