Shades of Cosmic #7A4767
Tints of Cosmic #7A4767
RGB
CMYK
RGB Variations
Color information
#7A4767 (or 0x7A4767) is known color: Cosmic. HEX triplet: 7A, 47 and 67. RGB value is (122,71,103). Sum of RGB (Red+Green+Blue) = 122+71+103=296 (39% of max value = 765). Red value is 122 (48.05% from 255 or 41.22% from 296); Green value is 71 (28.12% from 255 or 23.99% from 296); Blue value is 103 (40.62% from 255 or 34.80% from 296); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4767 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7A4767 is #85B898. Grayscale: #595959. Windows color (decimal): -8763545 or 6768506. OLE color: 6768506.
HSL color Cylindrical-coordinate representation of color #7A4767: hue angle of 322.35º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7A4767 is Cyan = 0, Magento = 0.42, Yellow = 0.16 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 71 | 103 | - |
| CMYK | 0 | 0.42 | 0.16 | 0.52 |
| HSL | 322.35º | 0.26% | 0.38% | - |
| HSV(B) | 322.35º | 0.42% | 0.48% | - |
| XYZ | 12.73 | 9.62 | 14.02 | - |
| YUV | 89.9 | 135.4 | 150.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 71 | 103 | 0 | 0.42 | 0.16 | 0.52 | 322.35 | 0.26 | 0.38 |
| Hex | 7A | 47 | 67 | 0 | 2A | 10 | 34 | 142 | 1A | 26 |
| Octal | 172 | 107 | 147 | 0 | 52 | 20 | 64 | 502 | 32 | 46 |
| Binary | 1111010 | 1000111 | 1100111 | 0 | 101010 | 10000 | 110100 | 101000010 | 11010 | 100110 |
Color Harmonies of #7A4767
Complementary color
Monochromatic Colors of #7A4767
Black with #7A4767
Text Example
Text Example
White with #7A4767
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4767; }
p { color: rgb(122,71,103); }
H1.HeaderClassName
{
color: #7A4767;
}
.AnyTagClassName
{
color: #7A4767;
}
</style>
background-color css
<style>
a { background-color: #7A4767; }
a { background-color: rgb(122,71,103); }
div.DivClassName
{
background-color: #7A4767;
}
.BgClassName
{
background-color: #7A4767;
}
</style>
border-color css
<style>
span { border-color: #7A4767; }
span { border-color: rgb(122,71,103); }
td.TdClassName
{
border-color: #7A4767;
}
.TagClassName
{
border-color: #7A4767;
}
</style>