Shades of Cosmic #7B546E
Tints of Cosmic #7B546E
RGB
CMYK
RGB Variations
Color information
#7B546E (or 0x7B546E) is known color: Cosmic. HEX triplet: 7B, 54 and 6E. RGB value is (123,84,110). Sum of RGB (Red+Green+Blue) = 123+84+110=317 (41% of max value = 765). Red value is 123 (48.44% from 255 or 38.80% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 110 (43.36% from 255 or 34.70% from 317); Max value from RGB is 123 - color contains mainly: red. Hex color #7B546E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B546E is #84AB91. Grayscale: #626262. Windows color (decimal): -8694674 or 7230587. OLE color: 7230587.
HSL color Cylindrical-coordinate representation of color #7B546E: hue angle of 320º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B546E is Cyan = 0, Magento = 0.32, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 84 | 110 | - |
| CMYK | 0 | 0.32 | 0.11 | 0.52 |
| HSL | 320º | 0.19% | 0.41% | - |
| HSV(B) | 320º | 0.32% | 0.48% | - |
| XYZ | 14.15 | 11.68 | 16.26 | - |
| YUV | 98.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 110 | 0 | 0.32 | 0.11 | 0.52 | 320 | 0.19 | 0.41 |
| Hex | 7B | 54 | 6E | 0 | 20 | B | 34 | 140 | 13 | 29 |
| Octal | 173 | 124 | 156 | 0 | 40 | 13 | 64 | 500 | 23 | 51 |
| Binary | 1111011 | 1010100 | 1101110 | 0 | 100000 | 1011 | 110100 | 101000000 | 10011 | 101001 |
Color Harmonies of #7B546E
Complementary color
Monochromatic Colors of #7B546E
Black with #7B546E
Text Example
Text Example
White with #7B546E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B546E; }
p { color: rgb(123,84,110); }
H1.HeaderClassName
{
color: #7B546E;
}
.AnyTagClassName
{
color: #7B546E;
}
</style>
background-color css
<style>
a { background-color: #7B546E; }
a { background-color: rgb(123,84,110); }
div.DivClassName
{
background-color: #7B546E;
}
.BgClassName
{
background-color: #7B546E;
}
</style>
border-color css
<style>
span { border-color: #7B546E; }
span { border-color: rgb(123,84,110); }
td.TdClassName
{
border-color: #7B546E;
}
.TagClassName
{
border-color: #7B546E;
}
</style>