Shades of Cosmic #7A506B
Tints of Cosmic #7A506B
RGB
CMYK
RGB Variations
Color information
#7A506B (or 0x7A506B) is known color: Cosmic. HEX triplet: 7A, 50 and 6B. RGB value is (122,80,107). Sum of RGB (Red+Green+Blue) = 122+80+107=309 (40% of max value = 765). Red value is 122 (48.05% from 255 or 39.48% from 309); Green value is 80 (31.64% from 255 or 25.89% from 309); Blue value is 107 (42.19% from 255 or 34.63% from 309); Max value from RGB is 122 - color contains mainly: red. Hex color #7A506B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A506B is #85AF94. Grayscale: #5F5F5F. Windows color (decimal): -8761237 or 7032954. OLE color: 7032954.
HSL color Cylindrical-coordinate representation of color #7A506B: hue angle of 321.43º 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 #7A506B is Cyan = 0, Magento = 0.34, Yellow = 0.12 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 80 | 107 | - |
| CMYK | 0 | 0.34 | 0.12 | 0.52 |
| HSL | 321.43º | 0.21% | 0.4% | - |
| HSV(B) | 321.43º | 0.34% | 0.48% | - |
| XYZ | 13.55 | 10.94 | 15.31 | - |
| YUV | 95.64 | 134.41 | 146.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 80 | 107 | 0 | 0.34 | 0.12 | 0.52 | 321.43 | 0.21 | 0.4 |
| Hex | 7A | 50 | 6B | 0 | 22 | C | 34 | 141 | 15 | 28 |
| Octal | 172 | 120 | 153 | 0 | 42 | 14 | 64 | 501 | 25 | 50 |
| Binary | 1111010 | 1010000 | 1101011 | 0 | 100010 | 1100 | 110100 | 101000001 | 10101 | 101000 |
Color Harmonies of #7A506B
Complementary color
Monochromatic Colors of #7A506B
Black with #7A506B
Text Example
Text Example
White with #7A506B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A506B; }
p { color: rgb(122,80,107); }
H1.HeaderClassName
{
color: #7A506B;
}
.AnyTagClassName
{
color: #7A506B;
}
</style>
background-color css
<style>
a { background-color: #7A506B; }
a { background-color: rgb(122,80,107); }
div.DivClassName
{
background-color: #7A506B;
}
.BgClassName
{
background-color: #7A506B;
}
</style>
border-color css
<style>
span { border-color: #7A506B; }
span { border-color: rgb(122,80,107); }
td.TdClassName
{
border-color: #7A506B;
}
.TagClassName
{
border-color: #7A506B;
}
</style>