Shades of Cosmic #7B4358
Tints of Cosmic #7B4358
RGB
CMYK
RGB Variations
Color information
#7B4358 (or 0x7B4358) is known color: Cosmic. HEX triplet: 7B, 43 and 58. RGB value is (123,67,88). Sum of RGB (Red+Green+Blue) = 123+67+88=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 67 (26.56% from 255 or 24.10% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4358 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4358 is #84BCA7. Grayscale: #565656. Windows color (decimal): -8699048 or 5784443. OLE color: 5784443.
HSL color Cylindrical-coordinate representation of color #7B4358: hue angle of 337.5º degrees, saturation: 0.29, 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 #7B4358 is Cyan = 0, Magento = 0.46, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 67 | 88 | - |
| CMYK | 0 | 0.46 | 0.28 | 0.52 |
| HSL | 337.5º | 0.29% | 0.37% | - |
| HSV(B) | 337.5º | 0.46% | 0.48% | - |
| XYZ | 11.94 | 8.93 | 10.33 | - |
| YUV | 86.14 | 129.05 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 67 | 88 | 0 | 0.46 | 0.28 | 0.52 | 337.5 | 0.29 | 0.37 |
| Hex | 7B | 43 | 58 | 0 | 2E | 1C | 34 | 152 | 1D | 25 |
| Octal | 173 | 103 | 130 | 0 | 56 | 34 | 64 | 522 | 35 | 45 |
| Binary | 1111011 | 1000011 | 1011000 | 0 | 101110 | 11100 | 110100 | 101010010 | 11101 | 100101 |
Color Harmonies of #7B4358
Complementary color
Monochromatic Colors of #7B4358
Black with #7B4358
Text Example
Text Example
White with #7B4358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4358; }
p { color: rgb(123,67,88); }
H1.HeaderClassName
{
color: #7B4358;
}
.AnyTagClassName
{
color: #7B4358;
}
</style>
background-color css
<style>
a { background-color: #7B4358; }
a { background-color: rgb(123,67,88); }
div.DivClassName
{
background-color: #7B4358;
}
.BgClassName
{
background-color: #7B4358;
}
</style>
border-color css
<style>
span { border-color: #7B4358; }
span { border-color: rgb(123,67,88); }
td.TdClassName
{
border-color: #7B4358;
}
.TagClassName
{
border-color: #7B4358;
}
</style>