Shades of Cosmic #7C525F
Tints of Cosmic #7C525F
RGB
CMYK
RGB Variations
Color information
#7C525F (or 0x7C525F) is known color: Cosmic. HEX triplet: 7C, 52 and 5F. RGB value is (124,82,95). Sum of RGB (Red+Green+Blue) = 124+82+95=301 (39% of max value = 765). Red value is 124 (48.83% from 255 or 41.20% from 301); Green value is 82 (32.42% from 255 or 27.24% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 124 - color contains mainly: red. Hex color #7C525F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C525F is #83ADA0. Grayscale: #606060. Windows color (decimal): -8629665 or 6247036. OLE color: 6247036.
HSL color Cylindrical-coordinate representation of color #7C525F: hue angle of 341.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 #7C525F is Cyan = 0, Magento = 0.34, Yellow = 0.23 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 82 | 95 | - |
| CMYK | 0 | 0.34 | 0.23 | 0.51 |
| HSL | 341.43º | 0.2% | 0.4% | - |
| HSV(B) | 341.43º | 0.34% | 0.49% | - |
| XYZ | 13.4 | 11.15 | 12.27 | - |
| YUV | 96.04 | 127.41 | 147.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 82 | 95 | 0 | 0.34 | 0.23 | 0.51 | 341.43 | 0.2 | 0.4 |
| Hex | 7C | 52 | 5F | 0 | 22 | 17 | 33 | 155 | 14 | 28 |
| Octal | 174 | 122 | 137 | 0 | 42 | 27 | 63 | 525 | 24 | 50 |
| Binary | 1111100 | 1010010 | 1011111 | 0 | 100010 | 10111 | 110011 | 101010101 | 10100 | 101000 |
Color Harmonies of #7C525F
Complementary color
Monochromatic Colors of #7C525F
Black with #7C525F
Text Example
Text Example
White with #7C525F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C525F; }
p { color: rgb(124,82,95); }
H1.HeaderClassName
{
color: #7C525F;
}
.AnyTagClassName
{
color: #7C525F;
}
</style>
background-color css
<style>
a { background-color: #7C525F; }
a { background-color: rgb(124,82,95); }
div.DivClassName
{
background-color: #7C525F;
}
.BgClassName
{
background-color: #7C525F;
}
</style>
border-color css
<style>
span { border-color: #7C525F; }
span { border-color: rgb(124,82,95); }
td.TdClassName
{
border-color: #7C525F;
}
.TagClassName
{
border-color: #7C525F;
}
</style>