Shades of Cosmic #7A5F6F
Tints of Cosmic #7A5F6F
RGB
CMYK
RGB Variations
Color information
#7A5F6F (or 0x7A5F6F) is known color: Cosmic. HEX triplet: 7A, 5F and 6F. RGB value is (122,95,111). Sum of RGB (Red+Green+Blue) = 122+95+111=328 (43% of max value = 765). Red value is 122 (48.05% from 255 or 37.20% from 328); Green value is 95 (37.5% from 255 or 28.96% from 328); Blue value is 111 (43.75% from 255 or 33.84% from 328); Max value from RGB is 122 - color contains mainly: red. Hex color #7A5F6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7A5F6F is #85A090. Grayscale: #686868. Windows color (decimal): -8757393 or 7298938. OLE color: 7298938.
HSL color Cylindrical-coordinate representation of color #7A5F6F: hue angle of 324.44º 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 #7A5F6F is Cyan = 0, Magento = 0.22, Yellow = 0.09 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 122 | 95 | 111 | - |
| CMYK | 0 | 0.22 | 0.09 | 0.52 |
| HSL | 324.44º | 0.12% | 0.43% | - |
| HSV(B) | 324.44º | 0.22% | 0.48% | - |
| XYZ | 14.99 | 13.47 | 16.85 | - |
| YUV | 104.9 | 131.45 | 140.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 122 | 95 | 111 | 0 | 0.22 | 0.09 | 0.52 | 324.44 | 0.12 | 0.43 |
| Hex | 7A | 5F | 6F | 0 | 16 | 9 | 34 | 144 | C | 2B |
| Octal | 172 | 137 | 157 | 0 | 26 | 11 | 64 | 504 | 14 | 53 |
| Binary | 1111010 | 1011111 | 1101111 | 0 | 10110 | 1001 | 110100 | 101000100 | 1100 | 101011 |
Color Harmonies of #7A5F6F
Complementary color
Monochromatic Colors of #7A5F6F
Black with #7A5F6F
Text Example
Text Example
White with #7A5F6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7A5F6F; }
p { color: rgb(122,95,111); }
H1.HeaderClassName
{
color: #7A5F6F;
}
.AnyTagClassName
{
color: #7A5F6F;
}
</style>
background-color css
<style>
a { background-color: #7A5F6F; }
a { background-color: rgb(122,95,111); }
div.DivClassName
{
background-color: #7A5F6F;
}
.BgClassName
{
background-color: #7A5F6F;
}
</style>
border-color css
<style>
span { border-color: #7A5F6F; }
span { border-color: rgb(122,95,111); }
td.TdClassName
{
border-color: #7A5F6F;
}
.TagClassName
{
border-color: #7A5F6F;
}
</style>