Shades of Cosmic #7B3E60
Tints of Cosmic #7B3E60
RGB
CMYK
RGB Variations
Color information
#7B3E60 (or 0x7B3E60) is known color: Cosmic. HEX triplet: 7B, 3E and 60. RGB value is (123,62,96). Sum of RGB (Red+Green+Blue) = 123+62+96=281 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.77% from 281); Green value is 62 (24.61% from 255 or 22.06% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 123 - color contains mainly: red. Hex color #7B3E60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B3E60 is #84C19F. Grayscale: #545454. Windows color (decimal): -8700320 or 6307451. OLE color: 6307451.
HSL color Cylindrical-coordinate representation of color #7B3E60: hue angle of 326.56º degrees, saturation: 0.33, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B3E60 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 62 | 96 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.52 |
| HSL | 326.56º | 0.33% | 0.36% | - |
| HSV(B) | 326.56º | 0.5% | 0.48% | - |
| XYZ | 12 | 8.5 | 12.07 | - |
| YUV | 84.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 62 | 96 | 0 | 0.50 | 0.22 | 0.52 | 326.56 | 0.33 | 0.36 |
| Hex | 7B | 3E | 60 | 0 | 32 | 16 | 34 | 147 | 21 | 24 |
| Octal | 173 | 76 | 140 | 0 | 62 | 26 | 64 | 507 | 41 | 44 |
| Binary | 1111011 | 111110 | 1100000 | 0 | 110010 | 10110 | 110100 | 101000111 | 100001 | 100100 |
Color Harmonies of #7B3E60
Complementary color
Monochromatic Colors of #7B3E60
Black with #7B3E60
Text Example
Text Example
White with #7B3E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B3E60; }
p { color: rgb(123,62,96); }
H1.HeaderClassName
{
color: #7B3E60;
}
.AnyTagClassName
{
color: #7B3E60;
}
</style>
background-color css
<style>
a { background-color: #7B3E60; }
a { background-color: rgb(123,62,96); }
div.DivClassName
{
background-color: #7B3E60;
}
.BgClassName
{
background-color: #7B3E60;
}
</style>
border-color css
<style>
span { border-color: #7B3E60; }
span { border-color: rgb(123,62,96); }
td.TdClassName
{
border-color: #7B3E60;
}
.TagClassName
{
border-color: #7B3E60;
}
</style>