Shades of Cosmic #7F5062
Tints of Cosmic #7F5062
RGB
CMYK
RGB Variations
Color information
#7F5062 (or 0x7F5062) is known color: Cosmic. HEX triplet: 7F, 50 and 62. RGB value is (127,80,98). Sum of RGB (Red+Green+Blue) = 127+80+98=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 80 (31.64% from 255 or 26.23% from 305); Blue value is 98 (38.67% from 255 or 32.13% from 305); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5062 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5062 is #80AF9D. Grayscale: #606060. Windows color (decimal): -8433566 or 6443135. OLE color: 6443135.
HSL color Cylindrical-coordinate representation of color #7F5062: hue angle of 337.02º 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 #7F5062 is Cyan = 0, Magento = 0.37, Yellow = 0.23 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 80 | 98 | - |
| CMYK | 0 | 0.37 | 0.23 | 0.50 |
| HSL | 337.02º | 0.23% | 0.41% | - |
| HSV(B) | 337.02º | 0.37% | 0.5% | - |
| XYZ | 13.83 | 11.13 | 12.98 | - |
| YUV | 96.11 | 129.07 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 98 | 0 | 0.37 | 0.23 | 0.50 | 337.02 | 0.23 | 0.41 |
| Hex | 7F | 50 | 62 | 0 | 25 | 17 | 32 | 151 | 17 | 29 |
| Octal | 177 | 120 | 142 | 0 | 45 | 27 | 62 | 521 | 27 | 51 |
| Binary | 1111111 | 1010000 | 1100010 | 0 | 100101 | 10111 | 110010 | 101010001 | 10111 | 101001 |
Color Harmonies of #7F5062
Complementary color
Monochromatic Colors of #7F5062
Black with #7F5062
Text Example
Text Example
White with #7F5062
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5062; }
p { color: rgb(127,80,98); }
H1.HeaderClassName
{
color: #7F5062;
}
.AnyTagClassName
{
color: #7F5062;
}
</style>
background-color css
<style>
a { background-color: #7F5062; }
a { background-color: rgb(127,80,98); }
div.DivClassName
{
background-color: #7F5062;
}
.BgClassName
{
background-color: #7F5062;
}
</style>
border-color css
<style>
span { border-color: #7F5062; }
span { border-color: rgb(127,80,98); }
td.TdClassName
{
border-color: #7F5062;
}
.TagClassName
{
border-color: #7F5062;
}
</style>