Shades of Cosmic #7A505C
Tints of Cosmic #7A505C
RGB
CMYK
RGB Variations
Color information
#7A505C (or 0x7A505C) is known color: Cosmic. HEX triplet: 7A, 50 and 5C. RGB value is (122,80,92). Sum of RGB (Red+Green+Blue) = 122+80+92=294 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.50% from 294); Green value is 80 (31.64% from 255 or 27.21% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 122 - color contains mainly: red. Hex color #7A505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A505C is #85AFA3. Grayscale: #5D5D5D. Windows color (decimal): -8761252 or 6049914. OLE color: 6049914.
HSL color Cylindrical-coordinate representation of color #7A505C: hue angle of 342.86º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7A505C is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 80 | 92 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.52 |
| HSL | 342.86º | 0.21% | 0.4% | - |
| HSV(B) | 342.86º | 0.34% | 0.48% | - |
| XYZ | 12.83 | 10.65 | 11.5 | - |
| YUV | 93.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 92 | 0 | 0.34 | 0.25 | 0.52 | 342.86 | 0.21 | 0.4 |
| Hex | 7A | 50 | 5C | 0 | 22 | 19 | 34 | 157 | 15 | 28 |
| Octal | 172 | 120 | 134 | 0 | 42 | 31 | 64 | 527 | 25 | 50 |
| Binary | 1111010 | 1010000 | 1011100 | 0 | 100010 | 11001 | 110100 | 101010111 | 10101 | 101000 |
Color Harmonies of #7A505C
Complementary color
Monochromatic Colors of #7A505C
Black with #7A505C
Text Example
Text Example
White with #7A505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A505C; }
p { color: rgb(122,80,92); }
H1.HeaderClassName
{
color: #7A505C;
}
.AnyTagClassName
{
color: #7A505C;
}
</style>
background-color css
<style>
a { background-color: #7A505C; }
a { background-color: rgb(122,80,92); }
div.DivClassName
{
background-color: #7A505C;
}
.BgClassName
{
background-color: #7A505C;
}
</style>
border-color css
<style>
span { border-color: #7A505C; }
span { border-color: rgb(122,80,92); }
td.TdClassName
{
border-color: #7A505C;
}
.TagClassName
{
border-color: #7A505C;
}
</style>