Shades of Cosmic #7B405B
Tints of Cosmic #7B405B
RGB
CMYK
RGB Variations
Color information
#7B405B (or 0x7B405B) is known color: Cosmic. HEX triplet: 7B, 40 and 5B. RGB value is (123,64,91). Sum of RGB (Red+Green+Blue) = 123+64+91=278 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.24% from 278); Green value is 64 (25.39% from 255 or 23.02% from 278); Blue value is 91 (35.94% from 255 or 32.73% from 278); Max value from RGB is 123 - color contains mainly: red. Hex color #7B405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B405B is #84BFA4. Grayscale: #545454. Windows color (decimal): -8699813 or 5980283. OLE color: 5980283.
HSL color Cylindrical-coordinate representation of color #7B405B: hue angle of 332.54º 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 #7B405B is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 64 | 91 | - |
| CMYK | 0 | 0.48 | 0.26 | 0.52 |
| HSL | 332.54º | 0.32% | 0.37% | - |
| HSV(B) | 332.54º | 0.48% | 0.48% | - |
| XYZ | 11.89 | 8.63 | 10.94 | - |
| YUV | 84.72 | 131.55 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 91 | 0 | 0.48 | 0.26 | 0.52 | 332.54 | 0.32 | 0.37 |
| Hex | 7B | 40 | 5B | 0 | 30 | 1A | 34 | 14D | 20 | 25 |
| Octal | 173 | 100 | 133 | 0 | 60 | 32 | 64 | 515 | 40 | 45 |
| Binary | 1111011 | 1000000 | 1011011 | 0 | 110000 | 11010 | 110100 | 101001101 | 100000 | 100101 |
Color Harmonies of #7B405B
Complementary color
Monochromatic Colors of #7B405B
Black with #7B405B
Text Example
Text Example
White with #7B405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B405B; }
p { color: rgb(123,64,91); }
H1.HeaderClassName
{
color: #7B405B;
}
.AnyTagClassName
{
color: #7B405B;
}
</style>
background-color css
<style>
a { background-color: #7B405B; }
a { background-color: rgb(123,64,91); }
div.DivClassName
{
background-color: #7B405B;
}
.BgClassName
{
background-color: #7B405B;
}
</style>
border-color css
<style>
span { border-color: #7B405B; }
span { border-color: rgb(123,64,91); }
td.TdClassName
{
border-color: #7B405B;
}
.TagClassName
{
border-color: #7B405B;
}
</style>