Shades of Cosmic #7C525E
Tints of Cosmic #7C525E
RGB
CMYK
RGB Variations
Color information
#7C525E (or 0x7C525E) is known color: Cosmic. HEX triplet: 7C, 52 and 5E. RGB value is (124,82,94). Sum of RGB (Red+Green+Blue) = 124+82+94=300 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.33% from 300); Green value is 82 (32.42% from 255 or 27.33% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 124 - color contains mainly: red. Hex color #7C525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C525E is #83ADA1. Grayscale: #5F5F5F. Windows color (decimal): -8629666 or 6181500. OLE color: 6181500.
HSL color Cylindrical-coordinate representation of color #7C525E: hue angle of 342.86º 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 #7C525E is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 94 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.51 |
| HSL | 342.86º | 0.2% | 0.4% | - |
| HSV(B) | 342.86º | 0.34% | 0.49% | - |
| XYZ | 13.35 | 11.13 | 12.03 | - |
| YUV | 95.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 94 | 0 | 0.34 | 0.24 | 0.51 | 342.86 | 0.2 | 0.4 |
| Hex | 7C | 52 | 5E | 0 | 22 | 18 | 33 | 157 | 14 | 28 |
| Octal | 174 | 122 | 136 | 0 | 42 | 30 | 63 | 527 | 24 | 50 |
| Binary | 1111100 | 1010010 | 1011110 | 0 | 100010 | 11000 | 110011 | 101010111 | 10100 | 101000 |
Color Harmonies of #7C525E
Complementary color
Monochromatic Colors of #7C525E
Black with #7C525E
Text Example
Text Example
White with #7C525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C525E; }
p { color: rgb(124,82,94); }
H1.HeaderClassName
{
color: #7C525E;
}
.AnyTagClassName
{
color: #7C525E;
}
</style>
background-color css
<style>
a { background-color: #7C525E; }
a { background-color: rgb(124,82,94); }
div.DivClassName
{
background-color: #7C525E;
}
.BgClassName
{
background-color: #7C525E;
}
</style>
border-color css
<style>
span { border-color: #7C525E; }
span { border-color: rgb(124,82,94); }
td.TdClassName
{
border-color: #7C525E;
}
.TagClassName
{
border-color: #7C525E;
}
</style>