Shades of Cosmic #7B4259
Tints of Cosmic #7B4259
RGB
CMYK
RGB Variations
Color information
#7B4259 (or 0x7B4259) is known color: Cosmic. HEX triplet: 7B, 42 and 59. RGB value is (123,66,89). Sum of RGB (Red+Green+Blue) = 123+66+89=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 66 (26.17% from 255 or 23.74% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4259 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4259 is #84BDA6. Grayscale: #555555. Windows color (decimal): -8699303 or 5849723. OLE color: 5849723.
HSL color Cylindrical-coordinate representation of color #7B4259: hue angle of 335.79º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7B4259 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 66 | 89 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.52 |
| HSL | 335.79º | 0.3% | 0.37% | - |
| HSV(B) | 335.79º | 0.46% | 0.48% | - |
| XYZ | 11.92 | 8.83 | 10.53 | - |
| YUV | 85.67 | 129.88 | 154.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 66 | 89 | 0 | 0.46 | 0.28 | 0.52 | 335.79 | 0.3 | 0.37 |
| Hex | 7B | 42 | 59 | 0 | 2E | 1C | 34 | 150 | 1E | 25 |
| Octal | 173 | 102 | 131 | 0 | 56 | 34 | 64 | 520 | 36 | 45 |
| Binary | 1111011 | 1000010 | 1011001 | 0 | 101110 | 11100 | 110100 | 101010000 | 11110 | 100101 |
Color Harmonies of #7B4259
Complementary color
Monochromatic Colors of #7B4259
Black with #7B4259
Text Example
Text Example
White with #7B4259
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4259; }
p { color: rgb(123,66,89); }
H1.HeaderClassName
{
color: #7B4259;
}
.AnyTagClassName
{
color: #7B4259;
}
</style>
background-color css
<style>
a { background-color: #7B4259; }
a { background-color: rgb(123,66,89); }
div.DivClassName
{
background-color: #7B4259;
}
.BgClassName
{
background-color: #7B4259;
}
</style>
border-color css
<style>
span { border-color: #7B4259; }
span { border-color: rgb(123,66,89); }
td.TdClassName
{
border-color: #7B4259;
}
.TagClassName
{
border-color: #7B4259;
}
</style>