Shades of Cosmic #7F4660
Tints of Cosmic #7F4660
RGB
CMYK
RGB Variations
Color information
#7F4660 (or 0x7F4660) is known color: Cosmic. HEX triplet: 7F, 46 and 60. RGB value is (127,70,96). Sum of RGB (Red+Green+Blue) = 127+70+96=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 70 (27.73% from 255 or 23.89% from 293); Blue value is 96 (37.89% from 255 or 32.76% from 293); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4660 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4660 is #80B99F. Grayscale: #595959. Windows color (decimal): -8436128 or 6309503. OLE color: 6309503.
HSL color Cylindrical-coordinate representation of color #7F4660: hue angle of 332.63º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7F4660 is Cyan = 0, Magento = 0.45, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 70 | 96 | - |
| CMYK | 0 | 0.45 | 0.24 | 0.50 |
| HSL | 332.63º | 0.29% | 0.39% | - |
| HSV(B) | 332.63º | 0.45% | 0.5% | - |
| XYZ | 13.05 | 9.74 | 12.26 | - |
| YUV | 90.01 | 131.38 | 154.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 70 | 96 | 0 | 0.45 | 0.24 | 0.50 | 332.63 | 0.29 | 0.39 |
| Hex | 7F | 46 | 60 | 0 | 2D | 18 | 32 | 14D | 1D | 27 |
| Octal | 177 | 106 | 140 | 0 | 55 | 30 | 62 | 515 | 35 | 47 |
| Binary | 1111111 | 1000110 | 1100000 | 0 | 101101 | 11000 | 110010 | 101001101 | 11101 | 100111 |
Color Harmonies of #7F4660
Complementary color
Monochromatic Colors of #7F4660
Black with #7F4660
Text Example
Text Example
White with #7F4660
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4660; }
p { color: rgb(127,70,96); }
H1.HeaderClassName
{
color: #7F4660;
}
.AnyTagClassName
{
color: #7F4660;
}
</style>
background-color css
<style>
a { background-color: #7F4660; }
a { background-color: rgb(127,70,96); }
div.DivClassName
{
background-color: #7F4660;
}
.BgClassName
{
background-color: #7F4660;
}
</style>
border-color css
<style>
span { border-color: #7F4660; }
span { border-color: rgb(127,70,96); }
td.TdClassName
{
border-color: #7F4660;
}
.TagClassName
{
border-color: #7F4660;
}
</style>