Shades of Cosmic #7A4F68
Tints of Cosmic #7A4F68
RGB
CMYK
RGB Variations
Color information
#7A4F68 (or 0x7A4F68) is known color: Cosmic. HEX triplet: 7A, 4F and 68. RGB value is (122,79,104). Sum of RGB (Red+Green+Blue) = 122+79+104=305 (40% of max value = 765). Red value is 122 (48.05% from 255 or 40% from 305); Green value is 79 (31.25% from 255 or 25.90% from 305); Blue value is 104 (41.02% from 255 or 34.10% from 305); Max value from RGB is 122 - color contains mainly: red. Hex color #7A4F68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A4F68 is #85B097. Grayscale: #5E5E5E. Windows color (decimal): -8761496 or 6836090. OLE color: 6836090.
HSL color Cylindrical-coordinate representation of color #7A4F68: hue angle of 325.12º 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 #7A4F68 is Cyan = 0, Magento = 0.35, Yellow = 0.15 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 79 | 104 | - |
| CMYK | 0 | 0.35 | 0.15 | 0.52 |
| HSL | 325.12º | 0.21% | 0.39% | - |
| HSV(B) | 325.12º | 0.35% | 0.48% | - |
| XYZ | 13.32 | 10.73 | 14.47 | - |
| YUV | 94.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 79 | 104 | 0 | 0.35 | 0.15 | 0.52 | 325.12 | 0.21 | 0.39 |
| Hex | 7A | 4F | 68 | 0 | 23 | F | 34 | 145 | 15 | 27 |
| Octal | 172 | 117 | 150 | 0 | 43 | 17 | 64 | 505 | 25 | 47 |
| Binary | 1111010 | 1001111 | 1101000 | 0 | 100011 | 1111 | 110100 | 101000101 | 10101 | 100111 |
Color Harmonies of #7A4F68
Complementary color
Monochromatic Colors of #7A4F68
Black with #7A4F68
Text Example
Text Example
White with #7A4F68
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A4F68; }
p { color: rgb(122,79,104); }
H1.HeaderClassName
{
color: #7A4F68;
}
.AnyTagClassName
{
color: #7A4F68;
}
</style>
background-color css
<style>
a { background-color: #7A4F68; }
a { background-color: rgb(122,79,104); }
div.DivClassName
{
background-color: #7A4F68;
}
.BgClassName
{
background-color: #7A4F68;
}
</style>
border-color css
<style>
span { border-color: #7A4F68; }
span { border-color: rgb(122,79,104); }
td.TdClassName
{
border-color: #7A4F68;
}
.TagClassName
{
border-color: #7A4F68;
}
</style>