Shades of Cosmic #7F5063
Tints of Cosmic #7F5063
RGB
CMYK
RGB Variations
Color information
#7F5063 (or 0x7F5063) is known color: Cosmic. HEX triplet: 7F, 50 and 63. RGB value is (127,80,99). Sum of RGB (Red+Green+Blue) = 127+80+99=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 80 (31.64% from 255 or 26.14% from 306); Blue value is 99 (39.06% from 255 or 32.35% from 306); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5063 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5063 is #80AF9C. Grayscale: #606060. Windows color (decimal): -8433565 or 6508671. OLE color: 6508671.
HSL color Cylindrical-coordinate representation of color #7F5063: hue angle of 335.74º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F5063 is Cyan = 0, Magento = 0.37, Yellow = 0.22 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 80 | 99 | - |
| CMYK | 0 | 0.37 | 0.22 | 0.50 |
| HSL | 335.74º | 0.23% | 0.41% | - |
| HSV(B) | 335.74º | 0.37% | 0.5% | - |
| XYZ | 13.87 | 11.15 | 13.23 | - |
| YUV | 96.22 | 129.57 | 149.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 99 | 0 | 0.37 | 0.22 | 0.50 | 335.74 | 0.23 | 0.41 |
| Hex | 7F | 50 | 63 | 0 | 25 | 16 | 32 | 150 | 17 | 29 |
| Octal | 177 | 120 | 143 | 0 | 45 | 26 | 62 | 520 | 27 | 51 |
| Binary | 1111111 | 1010000 | 1100011 | 0 | 100101 | 10110 | 110010 | 101010000 | 10111 | 101001 |
Color Harmonies of #7F5063
Complementary color
Monochromatic Colors of #7F5063
Black with #7F5063
Text Example
Text Example
White with #7F5063
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5063; }
p { color: rgb(127,80,99); }
H1.HeaderClassName
{
color: #7F5063;
}
.AnyTagClassName
{
color: #7F5063;
}
</style>
background-color css
<style>
a { background-color: #7F5063; }
a { background-color: rgb(127,80,99); }
div.DivClassName
{
background-color: #7F5063;
}
.BgClassName
{
background-color: #7F5063;
}
</style>
border-color css
<style>
span { border-color: #7F5063; }
span { border-color: rgb(127,80,99); }
td.TdClassName
{
border-color: #7F5063;
}
.TagClassName
{
border-color: #7F5063;
}
</style>