Shades of Cosmic #7A5F6D
Tints of Cosmic #7A5F6D
RGB
CMYK
RGB Variations
Color information
#7A5F6D (or 0x7A5F6D) is known color: Cosmic. HEX triplet: 7A, 5F and 6D. RGB value is (122,95,109). Sum of RGB (Red+Green+Blue) = 122+95+109=326 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.42% from 326); Green value is 95 (37.5% from 255 or 29.14% from 326); Blue value is 109 (42.97% from 255 or 33.44% from 326); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F6D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5F6D is #85A092. Grayscale: #686868. Windows color (decimal): -8757395 or 7167866. OLE color: 7167866.
HSL color Cylindrical-coordinate representation of color #7A5F6D: hue angle of 328.89º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7A5F6D is Cyan = 0, Magento = 0.22, Yellow = 0.11 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 95 | 109 | - |
| CMYK | 0 | 0.22 | 0.11 | 0.52 |
| HSL | 328.89º | 0.12% | 0.43% | - |
| HSV(B) | 328.89º | 0.22% | 0.48% | - |
| XYZ | 14.88 | 13.43 | 16.28 | - |
| YUV | 104.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 109 | 0 | 0.22 | 0.11 | 0.52 | 328.89 | 0.12 | 0.43 |
| Hex | 7A | 5F | 6D | 0 | 16 | B | 34 | 149 | C | 2B |
| Octal | 172 | 137 | 155 | 0 | 26 | 13 | 64 | 511 | 14 | 53 |
| Binary | 1111010 | 1011111 | 1101101 | 0 | 10110 | 1011 | 110100 | 101001001 | 1100 | 101011 |
Color Harmonies of #7A5F6D
Complementary color
Monochromatic Colors of #7A5F6D
Black with #7A5F6D
Text Example
Text Example
White with #7A5F6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5F6D; }
p { color: rgb(122,95,109); }
H1.HeaderClassName
{
color: #7A5F6D;
}
.AnyTagClassName
{
color: #7A5F6D;
}
</style>
background-color css
<style>
a { background-color: #7A5F6D; }
a { background-color: rgb(122,95,109); }
div.DivClassName
{
background-color: #7A5F6D;
}
.BgClassName
{
background-color: #7A5F6D;
}
</style>
border-color css
<style>
span { border-color: #7A5F6D; }
span { border-color: rgb(122,95,109); }
td.TdClassName
{
border-color: #7A5F6D;
}
.TagClassName
{
border-color: #7A5F6D;
}
</style>