Shades of Cosmic #7F4464
Tints of Cosmic #7F4464
RGB
CMYK
RGB Variations
Color information
#7F4464 (or 0x7F4464) is known color: Cosmic. HEX triplet: 7F, 44 and 64. RGB value is (127,68,100). Sum of RGB (Red+Green+Blue) = 127+68+100=295 (39% of max value = 765). Red value is 127 (50% from 255 or 43.05% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 100 (39.45% from 255 or 33.90% from 295); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4464 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4464 is #80BB9B. Grayscale: #595959. Windows color (decimal): -8436636 or 6571135. OLE color: 6571135.
HSL color Cylindrical-coordinate representation of color #7F4464: hue angle of 327.46º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F4464 is Cyan = 0, Magento = 0.46, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 68 | 100 | - |
| CMYK | 0 | 0.46 | 0.21 | 0.50 |
| HSL | 327.46º | 0.3% | 0.38% | - |
| HSV(B) | 327.46º | 0.46% | 0.5% | - |
| XYZ | 13.12 | 9.57 | 13.21 | - |
| YUV | 89.29 | 134.05 | 154.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 68 | 100 | 0 | 0.46 | 0.21 | 0.50 | 327.46 | 0.3 | 0.38 |
| Hex | 7F | 44 | 64 | 0 | 2E | 15 | 32 | 147 | 1E | 26 |
| Octal | 177 | 104 | 144 | 0 | 56 | 25 | 62 | 507 | 36 | 46 |
| Binary | 1111111 | 1000100 | 1100100 | 0 | 101110 | 10101 | 110010 | 101000111 | 11110 | 100110 |
Color Harmonies of #7F4464
Complementary color
Monochromatic Colors of #7F4464
Black with #7F4464
Text Example
Text Example
White with #7F4464
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4464; }
p { color: rgb(127,68,100); }
H1.HeaderClassName
{
color: #7F4464;
}
.AnyTagClassName
{
color: #7F4464;
}
</style>
background-color css
<style>
a { background-color: #7F4464; }
a { background-color: rgb(127,68,100); }
div.DivClassName
{
background-color: #7F4464;
}
.BgClassName
{
background-color: #7F4464;
}
</style>
border-color css
<style>
span { border-color: #7F4464; }
span { border-color: rgb(127,68,100); }
td.TdClassName
{
border-color: #7F4464;
}
.TagClassName
{
border-color: #7F4464;
}
</style>