Shades of Cosmic #7B406C
Tints of Cosmic #7B406C
RGB
CMYK
RGB Variations
Color information
#7B406C (or 0x7B406C) is known color: Cosmic. HEX triplet: 7B, 40 and 6C. RGB value is (123,64,108). Sum of RGB (Red+Green+Blue) = 123+64+108=295 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.69% from 295); Green value is 64 (25.39% from 255 or 21.69% from 295); Blue value is 108 (42.58% from 255 or 36.61% from 295); Max value from RGB is 123 - color contains mainly: red. Hex color #7B406C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B406C is #84BF93. Grayscale: #565656. Windows color (decimal): -8699796 or 7094395. OLE color: 7094395.
HSL color Cylindrical-coordinate representation of color #7B406C: hue angle of 315.25º degrees, saturation: 0.32, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7B406C is Cyan = 0, Magento = 0.48, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 64 | 108 | - |
| CMYK | 0 | 0.48 | 0.12 | 0.52 |
| HSL | 315.25º | 0.32% | 0.37% | - |
| HSV(B) | 315.25º | 0.48% | 0.48% | - |
| XYZ | 12.71 | 8.96 | 15.25 | - |
| YUV | 86.66 | 140.05 | 153.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 108 | 0 | 0.48 | 0.12 | 0.52 | 315.25 | 0.32 | 0.37 |
| Hex | 7B | 40 | 6C | 0 | 30 | C | 34 | 13B | 20 | 25 |
| Octal | 173 | 100 | 154 | 0 | 60 | 14 | 64 | 473 | 40 | 45 |
| Binary | 1111011 | 1000000 | 1101100 | 0 | 110000 | 1100 | 110100 | 100111011 | 100000 | 100101 |
Color Harmonies of #7B406C
Complementary color
Monochromatic Colors of #7B406C
Black with #7B406C
Text Example
Text Example
White with #7B406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B406C; }
p { color: rgb(123,64,108); }
H1.HeaderClassName
{
color: #7B406C;
}
.AnyTagClassName
{
color: #7B406C;
}
</style>
background-color css
<style>
a { background-color: #7B406C; }
a { background-color: rgb(123,64,108); }
div.DivClassName
{
background-color: #7B406C;
}
.BgClassName
{
background-color: #7B406C;
}
</style>
border-color css
<style>
span { border-color: #7B406C; }
span { border-color: rgb(123,64,108); }
td.TdClassName
{
border-color: #7B406C;
}
.TagClassName
{
border-color: #7B406C;
}
</style>