Shades of Cosmic #7C525C
Tints of Cosmic #7C525C
RGB
CMYK
RGB Variations
Color information
#7C525C (or 0x7C525C) is known color: Cosmic. HEX triplet: 7C, 52 and 5C. RGB value is (124,82,92). Sum of RGB (Red+Green+Blue) = 124+82+92=298 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.61% from 298); Green value is 82 (32.42% from 255 or 27.52% from 298); Blue value is 92 (36.33% from 255 or 30.87% from 298); Max value from RGB is 124 - color contains mainly: red. Hex color #7C525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C525C is #83ADA3. Grayscale: #5F5F5F. Windows color (decimal): -8629668 or 6050428. OLE color: 6050428.
HSL color Cylindrical-coordinate representation of color #7C525C: hue angle of 345.71º 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 #7C525C is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 92 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.51 |
| HSL | 345.71º | 0.2% | 0.4% | - |
| HSV(B) | 345.71º | 0.34% | 0.49% | - |
| XYZ | 13.26 | 11.09 | 11.57 | - |
| YUV | 95.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 92 | 0 | 0.34 | 0.26 | 0.51 | 345.71 | 0.2 | 0.4 |
| Hex | 7C | 52 | 5C | 0 | 22 | 1A | 33 | 15A | 14 | 28 |
| Octal | 174 | 122 | 134 | 0 | 42 | 32 | 63 | 532 | 24 | 50 |
| Binary | 1111100 | 1010010 | 1011100 | 0 | 100010 | 11010 | 110011 | 101011010 | 10100 | 101000 |
Color Harmonies of #7C525C
Complementary color
Monochromatic Colors of #7C525C
Black with #7C525C
Text Example
Text Example
White with #7C525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C525C; }
p { color: rgb(124,82,92); }
H1.HeaderClassName
{
color: #7C525C;
}
.AnyTagClassName
{
color: #7C525C;
}
</style>
background-color css
<style>
a { background-color: #7C525C; }
a { background-color: rgb(124,82,92); }
div.DivClassName
{
background-color: #7C525C;
}
.BgClassName
{
background-color: #7C525C;
}
</style>
border-color css
<style>
span { border-color: #7C525C; }
span { border-color: rgb(124,82,92); }
td.TdClassName
{
border-color: #7C525C;
}
.TagClassName
{
border-color: #7C525C;
}
</style>