Shades of Cosmic #7B4858
Tints of Cosmic #7B4858
RGB
CMYK
RGB Variations
Color information
#7B4858 (or 0x7B4858) is known color: Cosmic. HEX triplet: 7B, 48 and 58. RGB value is (123,72,88). Sum of RGB (Red+Green+Blue) = 123+72+88=283 (37% of max value = 765). Red value is 123 (48.44% from 255 or 43.46% from 283); Green value is 72 (28.52% from 255 or 25.44% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4858 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4858 is #84B7A7. Grayscale: #595959. Windows color (decimal): -8697768 or 5785723. OLE color: 5785723.
HSL color Cylindrical-coordinate representation of color #7B4858: hue angle of 341.18º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #7B4858 is Cyan = 0, Magento = 0.41, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 72 | 88 | - |
| CMYK | 0 | 0.41 | 0.28 | 0.52 |
| HSL | 341.18º | 0.26% | 0.38% | - |
| HSV(B) | 341.18º | 0.41% | 0.48% | - |
| XYZ | 12.25 | 9.55 | 10.43 | - |
| YUV | 89.07 | 127.4 | 152.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 88 | 0 | 0.41 | 0.28 | 0.52 | 341.18 | 0.26 | 0.38 |
| Hex | 7B | 48 | 58 | 0 | 29 | 1C | 34 | 155 | 1A | 26 |
| Octal | 173 | 110 | 130 | 0 | 51 | 34 | 64 | 525 | 32 | 46 |
| Binary | 1111011 | 1001000 | 1011000 | 0 | 101001 | 11100 | 110100 | 101010101 | 11010 | 100110 |
Color Harmonies of #7B4858
Complementary color
Monochromatic Colors of #7B4858
Black with #7B4858
Text Example
Text Example
White with #7B4858
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4858; }
p { color: rgb(123,72,88); }
H1.HeaderClassName
{
color: #7B4858;
}
.AnyTagClassName
{
color: #7B4858;
}
</style>
background-color css
<style>
a { background-color: #7B4858; }
a { background-color: rgb(123,72,88); }
div.DivClassName
{
background-color: #7B4858;
}
.BgClassName
{
background-color: #7B4858;
}
</style>
border-color css
<style>
span { border-color: #7B4858; }
span { border-color: rgb(123,72,88); }
td.TdClassName
{
border-color: #7B4858;
}
.TagClassName
{
border-color: #7B4858;
}
</style>