Shades of Cosmic #7B4868
Tints of Cosmic #7B4868
RGB
CMYK
RGB Variations
Color information
#7B4868 (or 0x7B4868) is known color: Cosmic. HEX triplet: 7B, 48 and 68. RGB value is (123,72,104). Sum of RGB (Red+Green+Blue) = 123+72+104=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 104 (41.02% from 255 or 34.78% from 299); Max value from RGB is 123 - color contains mainly: red. Hex color #7B4868 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B4868 is #84B797. Grayscale: #5A5A5A. Windows color (decimal): -8697752 or 6834299. OLE color: 6834299.
HSL color Cylindrical-coordinate representation of color #7B4868: hue angle of 322.35º 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 #7B4868 is Cyan = 0, Magento = 0.41, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 72 | 104 | - |
| CMYK | 0 | 0.41 | 0.15 | 0.52 |
| HSL | 322.35º | 0.26% | 0.38% | - |
| HSV(B) | 322.35º | 0.41% | 0.48% | - |
| XYZ | 12.98 | 9.85 | 14.31 | - |
| YUV | 90.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 72 | 104 | 0 | 0.41 | 0.15 | 0.52 | 322.35 | 0.26 | 0.38 |
| Hex | 7B | 48 | 68 | 0 | 29 | F | 34 | 142 | 1A | 26 |
| Octal | 173 | 110 | 150 | 0 | 51 | 17 | 64 | 502 | 32 | 46 |
| Binary | 1111011 | 1001000 | 1101000 | 0 | 101001 | 1111 | 110100 | 101000010 | 11010 | 100110 |
Color Harmonies of #7B4868
Complementary color
Monochromatic Colors of #7B4868
Black with #7B4868
Text Example
Text Example
White with #7B4868
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B4868; }
p { color: rgb(123,72,104); }
H1.HeaderClassName
{
color: #7B4868;
}
.AnyTagClassName
{
color: #7B4868;
}
</style>
background-color css
<style>
a { background-color: #7B4868; }
a { background-color: rgb(123,72,104); }
div.DivClassName
{
background-color: #7B4868;
}
.BgClassName
{
background-color: #7B4868;
}
</style>
border-color css
<style>
span { border-color: #7B4868; }
span { border-color: rgb(123,72,104); }
td.TdClassName
{
border-color: #7B4868;
}
.TagClassName
{
border-color: #7B4868;
}
</style>