Shades of Cosmic #7C526D
Tints of Cosmic #7C526D
RGB
CMYK
RGB Variations
Color information
#7C526D (or 0x7C526D) is known color: Cosmic. HEX triplet: 7C, 52 and 6D. RGB value is (124,82,109). Sum of RGB (Red+Green+Blue) = 124+82+109=315 (41% of max value = 765). Red value is 124 (48.83% from 255 or 39.37% from 315); Green value is 82 (32.42% from 255 or 26.03% from 315); Blue value is 109 (42.97% from 255 or 34.60% from 315); Max value from RGB is 124 - color contains mainly: red. Hex color #7C526D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C526D is #83AD92. Grayscale: #616161. Windows color (decimal): -8629651 or 7164540. OLE color: 7164540.
HSL color Cylindrical-coordinate representation of color #7C526D: hue angle of 321.43º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7C526D is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 109 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.51 |
| HSL | 321.43º | 0.2% | 0.4% | - |
| HSV(B) | 321.43º | 0.34% | 0.49% | - |
| XYZ | 14.09 | 11.42 | 15.93 | - |
| YUV | 97.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 109 | 0 | 0.34 | 0.12 | 0.51 | 321.43 | 0.2 | 0.4 |
| Hex | 7C | 52 | 6D | 0 | 22 | C | 33 | 141 | 14 | 28 |
| Octal | 174 | 122 | 155 | 0 | 42 | 14 | 63 | 501 | 24 | 50 |
| Binary | 1111100 | 1010010 | 1101101 | 0 | 100010 | 1100 | 110011 | 101000001 | 10100 | 101000 |
Color Harmonies of #7C526D
Complementary color
Monochromatic Colors of #7C526D
Black with #7C526D
Text Example
Text Example
White with #7C526D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C526D; }
p { color: rgb(124,82,109); }
H1.HeaderClassName
{
color: #7C526D;
}
.AnyTagClassName
{
color: #7C526D;
}
</style>
background-color css
<style>
a { background-color: #7C526D; }
a { background-color: rgb(124,82,109); }
div.DivClassName
{
background-color: #7C526D;
}
.BgClassName
{
background-color: #7C526D;
}
</style>
border-color css
<style>
span { border-color: #7C526D; }
span { border-color: rgb(124,82,109); }
td.TdClassName
{
border-color: #7C526D;
}
.TagClassName
{
border-color: #7C526D;
}
</style>