Shades of Cosmic #7A4F5B
Tints of Cosmic #7A4F5B
RGB
CMYK
RGB Variations
Color information
#7A4F5B (or 0x7A4F5B) is known color: Cosmic. HEX triplet: 7A, 4F and 5B. RGB value is (122,79,91). Sum of RGB (Red+Green+Blue) = 122+79+91=292 (38% of max value = 765). Red value is 122 (48.05% from 255 or 41.78% from 292); Green value is 79 (31.25% from 255 or 27.05% from 292); Blue value is 91 (35.94% from 255 or 31.16% from 292); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4F5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4F5B is #85B0A4. Grayscale: #5D5D5D. Windows color (decimal): -8761509 or 5984122. OLE color: 5984122.
HSL color Cylindrical-coordinate representation of color #7A4F5B: hue angle of 343.26º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7A4F5B is Cyan = 0, Magento = 0.35, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 79 | 91 | - |
| CMYK | 0 | 0.35 | 0.25 | 0.52 |
| HSL | 343.26º | 0.21% | 0.39% | - |
| HSV(B) | 343.26º | 0.35% | 0.48% | - |
| XYZ | 12.71 | 10.48 | 11.25 | - |
| YUV | 93.23 | 126.75 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 79 | 91 | 0 | 0.35 | 0.25 | 0.52 | 343.26 | 0.21 | 0.39 |
| Hex | 7A | 4F | 5B | 0 | 23 | 19 | 34 | 157 | 15 | 27 |
| Octal | 172 | 117 | 133 | 0 | 43 | 31 | 64 | 527 | 25 | 47 |
| Binary | 1111010 | 1001111 | 1011011 | 0 | 100011 | 11001 | 110100 | 101010111 | 10101 | 100111 |
Color Harmonies of #7A4F5B
Complementary color
Monochromatic Colors of #7A4F5B
Black with #7A4F5B
Text Example
Text Example
White with #7A4F5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4F5B; }
p { color: rgb(122,79,91); }
H1.HeaderClassName
{
color: #7A4F5B;
}
.AnyTagClassName
{
color: #7A4F5B;
}
</style>
background-color css
<style>
a { background-color: #7A4F5B; }
a { background-color: rgb(122,79,91); }
div.DivClassName
{
background-color: #7A4F5B;
}
.BgClassName
{
background-color: #7A4F5B;
}
</style>
border-color css
<style>
span { border-color: #7A4F5B; }
span { border-color: rgb(122,79,91); }
td.TdClassName
{
border-color: #7A4F5B;
}
.TagClassName
{
border-color: #7A4F5B;
}
</style>