Shades of Cosmic #7F4264
Tints of Cosmic #7F4264
RGB
CMYK
RGB Variations
Color information
#7F4264 (or 0x7F4264) is known color: Cosmic. HEX triplet: 7F, 42 and 64. RGB value is (127,66,100). Sum of RGB (Red+Green+Blue) = 127+66+100=293 (38% of max value = 765). Red value is 127 (50% from 255 or 43.34% from 293); Green value is 66 (26.17% from 255 or 22.53% from 293); Blue value is 100 (39.45% from 255 or 34.13% from 293); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4264 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4264 is #80BD9B. Grayscale: #585858. Windows color (decimal): -8437148 or 6570623. OLE color: 6570623.
HSL color Cylindrical-coordinate representation of color #7F4264: hue angle of 326.56º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7F4264 is Cyan = 0, Magento = 0.48, Yellow = 0.21 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 66 | 100 | - |
| CMYK | 0 | 0.48 | 0.21 | 0.50 |
| HSL | 326.56º | 0.32% | 0.38% | - |
| HSV(B) | 326.56º | 0.48% | 0.5% | - |
| XYZ | 13 | 9.33 | 13.17 | - |
| YUV | 88.12 | 134.71 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 66 | 100 | 0 | 0.48 | 0.21 | 0.50 | 326.56 | 0.32 | 0.38 |
| Hex | 7F | 42 | 64 | 0 | 30 | 15 | 32 | 147 | 20 | 26 |
| Octal | 177 | 102 | 144 | 0 | 60 | 25 | 62 | 507 | 40 | 46 |
| Binary | 1111111 | 1000010 | 1100100 | 0 | 110000 | 10101 | 110010 | 101000111 | 100000 | 100110 |
Color Harmonies of #7F4264
Complementary color
Monochromatic Colors of #7F4264
Black with #7F4264
Text Example
Text Example
White with #7F4264
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4264; }
p { color: rgb(127,66,100); }
H1.HeaderClassName
{
color: #7F4264;
}
.AnyTagClassName
{
color: #7F4264;
}
</style>
background-color css
<style>
a { background-color: #7F4264; }
a { background-color: rgb(127,66,100); }
div.DivClassName
{
background-color: #7F4264;
}
.BgClassName
{
background-color: #7F4264;
}
</style>
border-color css
<style>
span { border-color: #7F4264; }
span { border-color: rgb(127,66,100); }
td.TdClassName
{
border-color: #7F4264;
}
.TagClassName
{
border-color: #7F4264;
}
</style>