Shades of Cosmic #7B476E
Tints of Cosmic #7B476E
RGB
CMYK
RGB Variations
Color information
#7B476E (or 0x7B476E) is known color: Cosmic. HEX triplet: 7B, 47 and 6E. RGB value is (123,71,110). Sum of RGB (Red+Green+Blue) = 123+71+110=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 71 (28.12% from 255 or 23.36% from 304); Blue value is 110 (43.36% from 255 or 36.18% from 304); Max value from RGB is 123 - color contains mainly: red. Hex color #7B476E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B476E is #84B891. Grayscale: #5A5A5A. Windows color (decimal): -8698002 or 7227259. OLE color: 7227259.
HSL color Cylindrical-coordinate representation of color #7B476E: hue angle of 315º degrees, saturation: 0.27, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7B476E is Cyan = 0, Magento = 0.42, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 71 | 110 | - |
| CMYK | 0 | 0.42 | 0.11 | 0.52 |
| HSL | 315º | 0.27% | 0.38% | - |
| HSV(B) | 315º | 0.42% | 0.48% | - |
| XYZ | 13.24 | 9.84 | 15.95 | - |
| YUV | 90.99 | 138.73 | 150.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 71 | 110 | 0 | 0.42 | 0.11 | 0.52 | 315 | 0.27 | 0.38 |
| Hex | 7B | 47 | 6E | 0 | 2A | B | 34 | 13B | 1B | 26 |
| Octal | 173 | 107 | 156 | 0 | 52 | 13 | 64 | 473 | 33 | 46 |
| Binary | 1111011 | 1000111 | 1101110 | 0 | 101010 | 1011 | 110100 | 100111011 | 11011 | 100110 |
Color Harmonies of #7B476E
Complementary color
Monochromatic Colors of #7B476E
Black with #7B476E
Text Example
Text Example
White with #7B476E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B476E; }
p { color: rgb(123,71,110); }
H1.HeaderClassName
{
color: #7B476E;
}
.AnyTagClassName
{
color: #7B476E;
}
</style>
background-color css
<style>
a { background-color: #7B476E; }
a { background-color: rgb(123,71,110); }
div.DivClassName
{
background-color: #7B476E;
}
.BgClassName
{
background-color: #7B476E;
}
</style>
border-color css
<style>
span { border-color: #7B476E; }
span { border-color: rgb(123,71,110); }
td.TdClassName
{
border-color: #7B476E;
}
.TagClassName
{
border-color: #7B476E;
}
</style>