Shades of Cosmic #7A505A
Tints of Cosmic #7A505A
RGB
CMYK
RGB Variations
Color information
#7A505A (or 0x7A505A) is known color: Cosmic. HEX triplet: 7A, 50 and 5A. RGB value is (122,80,90). Sum of RGB (Red+Green+Blue) = 122+80+90=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 80 (31.64% from 255 or 27.40% from 292); Blue value is 90 (35.55% from 255 or 30.82% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A505A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A505A is #85AFA5. Grayscale: #5D5D5D. Windows color (decimal): -8761254 or 5918842. OLE color: 5918842.
HSL color Cylindrical-coordinate representation of color #7A505A: hue angle of 345.71º 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 #7A505A is Cyan = 0, Magento = 0.34, Yellow = 0.26 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 80 | 90 | - |
| CMYK | 0 | 0.34 | 0.26 | 0.52 |
| HSL | 345.71º | 0.21% | 0.4% | - |
| HSV(B) | 345.71º | 0.34% | 0.48% | - |
| XYZ | 12.74 | 10.61 | 11.05 | - |
| YUV | 93.7 | 125.91 | 148.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 90 | 0 | 0.34 | 0.26 | 0.52 | 345.71 | 0.21 | 0.4 |
| Hex | 7A | 50 | 5A | 0 | 22 | 1A | 34 | 15A | 15 | 28 |
| Octal | 172 | 120 | 132 | 0 | 42 | 32 | 64 | 532 | 25 | 50 |
| Binary | 1111010 | 1010000 | 1011010 | 0 | 100010 | 11010 | 110100 | 101011010 | 10101 | 101000 |
Color Harmonies of #7A505A
Complementary color
Monochromatic Colors of #7A505A
Black with #7A505A
Text Example
Text Example
White with #7A505A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A505A; }
p { color: rgb(122,80,90); }
H1.HeaderClassName
{
color: #7A505A;
}
.AnyTagClassName
{
color: #7A505A;
}
</style>
background-color css
<style>
a { background-color: #7A505A; }
a { background-color: rgb(122,80,90); }
div.DivClassName
{
background-color: #7A505A;
}
.BgClassName
{
background-color: #7A505A;
}
</style>
border-color css
<style>
span { border-color: #7A505A; }
span { border-color: rgb(122,80,90); }
td.TdClassName
{
border-color: #7A505A;
}
.TagClassName
{
border-color: #7A505A;
}
</style>