Shades of Cosmic #7C505A
Tints of Cosmic #7C505A
RGB
CMYK
RGB Variations
Color information
#7C505A (or 0x7C505A) is known color: Cosmic. HEX triplet: 7C, 50 and 5A. RGB value is (124,80,90). Sum of RGB (Red+Green+Blue) = 124+80+90=294 (38% of max value = 765). Red value is 124 (48.83% from 255 or 42.18% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 124 - color contains mainly: red. Hex color #7C505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7C505A is #83AFA5. Grayscale: #5E5E5E. Windows color (decimal): -8630182 or 5918844. OLE color: 5918844.
HSL color Cylindrical-coordinate representation of color #7C505A: hue angle of 346.36º degrees, saturation: 0.22, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7C505A is Cyan = 0, Magento = 0.35, Yellow = 0.27 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 80 | 90 | - |
| CMYK | 0 | 0.35 | 0.27 | 0.51 |
| HSL | 346.36º | 0.22% | 0.4% | - |
| HSV(B) | 346.36º | 0.35% | 0.49% | - |
| XYZ | 13.03 | 10.76 | 11.06 | - |
| YUV | 94.3 | 125.58 | 149.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 80 | 90 | 0 | 0.35 | 0.27 | 0.51 | 346.36 | 0.22 | 0.4 |
| Hex | 7C | 50 | 5A | 0 | 23 | 1B | 33 | 15A | 16 | 28 |
| Octal | 174 | 120 | 132 | 0 | 43 | 33 | 63 | 532 | 26 | 50 |
| Binary | 1111100 | 1010000 | 1011010 | 0 | 100011 | 11011 | 110011 | 101011010 | 10110 | 101000 |
Color Harmonies of #7C505A
Complementary color
Monochromatic Colors of #7C505A
Black with #7C505A
Text Example
Text Example
White with #7C505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C505A; }
p { color: rgb(124,80,90); }
H1.HeaderClassName
{
color: #7C505A;
}
.AnyTagClassName
{
color: #7C505A;
}
</style>
background-color css
<style>
a { background-color: #7C505A; }
a { background-color: rgb(124,80,90); }
div.DivClassName
{
background-color: #7C505A;
}
.BgClassName
{
background-color: #7C505A;
}
</style>
border-color css
<style>
span { border-color: #7C505A; }
span { border-color: rgb(124,80,90); }
td.TdClassName
{
border-color: #7C505A;
}
.TagClassName
{
border-color: #7C505A;
}
</style>