Shades of Cosmic #7B4468
Tints of Cosmic #7B4468
RGB
CMYK
RGB Variations
Color information
#7B4468 (or 0x7B4468) is known color: Cosmic. HEX triplet: 7B, 44 and 68. RGB value is (123,68,104). Sum of RGB (Red+Green+Blue) = 123+68+104=295 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.69% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4468 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4468 is #84BB97. Grayscale: #585858. Windows color (decimal): -8698776 or 6833275. OLE color: 6833275.
HSL color Cylindrical-coordinate representation of color #7B4468: hue angle of 320.73º degrees, saturation: 0.29, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B4468 is Cyan = 0, Magento = 0.45, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 68 | 104 | - |
| CMYK | 0 | 0.45 | 0.15 | 0.52 |
| HSL | 320.73º | 0.29% | 0.37% | - |
| HSV(B) | 320.73º | 0.45% | 0.48% | - |
| XYZ | 12.73 | 9.34 | 14.23 | - |
| YUV | 88.55 | 136.72 | 152.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 68 | 104 | 0 | 0.45 | 0.15 | 0.52 | 320.73 | 0.29 | 0.37 |
| Hex | 7B | 44 | 68 | 0 | 2D | F | 34 | 141 | 1D | 25 |
| Octal | 173 | 104 | 150 | 0 | 55 | 17 | 64 | 501 | 35 | 45 |
| Binary | 1111011 | 1000100 | 1101000 | 0 | 101101 | 1111 | 110100 | 101000001 | 11101 | 100101 |
Color Harmonies of #7B4468
Complementary color
Monochromatic Colors of #7B4468
Black with #7B4468
Text Example
Text Example
White with #7B4468
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4468; }
p { color: rgb(123,68,104); }
H1.HeaderClassName
{
color: #7B4468;
}
.AnyTagClassName
{
color: #7B4468;
}
</style>
background-color css
<style>
a { background-color: #7B4468; }
a { background-color: rgb(123,68,104); }
div.DivClassName
{
background-color: #7B4468;
}
.BgClassName
{
background-color: #7B4468;
}
</style>
border-color css
<style>
span { border-color: #7B4468; }
span { border-color: rgb(123,68,104); }
td.TdClassName
{
border-color: #7B4468;
}
.TagClassName
{
border-color: #7B4468;
}
</style>