Shades of Cosmic #7C546B
Tints of Cosmic #7C546B
RGB
CMYK
RGB Variations
Color information
#7C546B (or 0x7C546B) is known color: Cosmic. HEX triplet: 7C, 54 and 6B. RGB value is (124,84,107). Sum of RGB (Red+Green+Blue) = 124+84+107=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 84 (33.20% from 255 or 26.67% from 315); Blue value is 107 (42.19% from 255 or 33.97% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C546B is #83AB94. Grayscale: #626262. Windows color (decimal): -8629141 or 7033980. OLE color: 7033980.
HSL color Cylindrical-coordinate representation of color #7C546B: hue angle of 325.5º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7C546B is Cyan = 0, Magento = 0.32, Yellow = 0.14 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 84 | 107 | - |
| CMYK | 0 | 0.32 | 0.14 | 0.51 |
| HSL | 325.5º | 0.19% | 0.41% | - |
| HSV(B) | 325.5º | 0.32% | 0.49% | - |
| XYZ | 14.14 | 11.69 | 15.42 | - |
| YUV | 98.58 | 132.75 | 146.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 84 | 107 | 0 | 0.32 | 0.14 | 0.51 | 325.5 | 0.19 | 0.41 |
| Hex | 7C | 54 | 6B | 0 | 20 | E | 33 | 146 | 13 | 29 |
| Octal | 174 | 124 | 153 | 0 | 40 | 16 | 63 | 506 | 23 | 51 |
| Binary | 1111100 | 1010100 | 1101011 | 0 | 100000 | 1110 | 110011 | 101000110 | 10011 | 101001 |
Color Harmonies of #7C546B
Complementary color
Monochromatic Colors of #7C546B
Black with #7C546B
Text Example
Text Example
White with #7C546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C546B; }
p { color: rgb(124,84,107); }
H1.HeaderClassName
{
color: #7C546B;
}
.AnyTagClassName
{
color: #7C546B;
}
</style>
background-color css
<style>
a { background-color: #7C546B; }
a { background-color: rgb(124,84,107); }
div.DivClassName
{
background-color: #7C546B;
}
.BgClassName
{
background-color: #7C546B;
}
</style>
border-color css
<style>
span { border-color: #7C546B; }
span { border-color: rgb(124,84,107); }
td.TdClassName
{
border-color: #7C546B;
}
.TagClassName
{
border-color: #7C546B;
}
</style>