Shades of Cosmic #7B405A
Tints of Cosmic #7B405A
RGB
CMYK
RGB Variations
Color information
#7B405A (or 0x7B405A) is known color: Cosmic. HEX triplet: 7B, 40 and 5A. RGB value is (123,64,90). Sum of RGB (Red+Green+Blue) = 123+64+90=277 (36% of max value = 765). Red value is 123 (48.44% from 255 or 44.40% from 277); Green value is 64 (25.39% from 255 or 23.10% from 277); Blue value is 90 (35.55% from 255 or 32.49% from 277); Max value from RGB is 123 - color contains mainly: red. Hex color #7B405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B405A is #84BFA5. Grayscale: #545454. Windows color (decimal): -8699814 or 5914747. OLE color: 5914747.
HSL color Cylindrical-coordinate representation of color #7B405A: hue angle of 333.56º 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 #7B405A is Cyan = 0, Magento = 0.48, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 64 | 90 | - |
| CMYK | 0 | 0.48 | 0.27 | 0.52 |
| HSL | 333.56º | 0.32% | 0.37% | - |
| HSV(B) | 333.56º | 0.48% | 0.48% | - |
| XYZ | 11.85 | 8.62 | 10.71 | - |
| YUV | 84.61 | 131.05 | 155.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 64 | 90 | 0 | 0.48 | 0.27 | 0.52 | 333.56 | 0.32 | 0.37 |
| Hex | 7B | 40 | 5A | 0 | 30 | 1B | 34 | 14E | 20 | 25 |
| Octal | 173 | 100 | 132 | 0 | 60 | 33 | 64 | 516 | 40 | 45 |
| Binary | 1111011 | 1000000 | 1011010 | 0 | 110000 | 11011 | 110100 | 101001110 | 100000 | 100101 |
Color Harmonies of #7B405A
Complementary color
Monochromatic Colors of #7B405A
Black with #7B405A
Text Example
Text Example
White with #7B405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B405A; }
p { color: rgb(123,64,90); }
H1.HeaderClassName
{
color: #7B405A;
}
.AnyTagClassName
{
color: #7B405A;
}
</style>
background-color css
<style>
a { background-color: #7B405A; }
a { background-color: rgb(123,64,90); }
div.DivClassName
{
background-color: #7B405A;
}
.BgClassName
{
background-color: #7B405A;
}
</style>
border-color css
<style>
span { border-color: #7B405A; }
span { border-color: rgb(123,64,90); }
td.TdClassName
{
border-color: #7B405A;
}
.TagClassName
{
border-color: #7B405A;
}
</style>