Shades of Cosmic #7F5665
Tints of Cosmic #7F5665
RGB
CMYK
RGB Variations
Color information
#7F5665 (or 0x7F5665) is known color: Cosmic. HEX triplet: 7F, 56 and 65. RGB value is (127,86,101). Sum of RGB (Red+Green+Blue) = 127+86+101=314 (41% of max value = 765). Red value is 127 (50% from 255 or 40.45% from 314); Green value is 86 (33.98% from 255 or 27.39% from 314); Blue value is 101 (39.84% from 255 or 32.17% from 314); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5665 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5665 is #80A99A. Grayscale: #636363. Windows color (decimal): -8432027 or 6641279. OLE color: 6641279.
HSL color Cylindrical-coordinate representation of color #7F5665: hue angle of 338.05º degrees, saturation: 0.19, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7F5665 is Cyan = 0, Magento = 0.32, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 86 | 101 | - |
| CMYK | 0 | 0.32 | 0.20 | 0.50 |
| HSL | 338.05º | 0.19% | 0.42% | - |
| HSV(B) | 338.05º | 0.32% | 0.5% | - |
| XYZ | 14.43 | 12.11 | 13.89 | - |
| YUV | 99.97 | 128.58 | 147.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 86 | 101 | 0 | 0.32 | 0.20 | 0.50 | 338.05 | 0.19 | 0.42 |
| Hex | 7F | 56 | 65 | 0 | 20 | 14 | 32 | 152 | 13 | 2A |
| Octal | 177 | 126 | 145 | 0 | 40 | 24 | 62 | 522 | 23 | 52 |
| Binary | 1111111 | 1010110 | 1100101 | 0 | 100000 | 10100 | 110010 | 101010010 | 10011 | 101010 |
Color Harmonies of #7F5665
Complementary color
Monochromatic Colors of #7F5665
Black with #7F5665
Text Example
Text Example
White with #7F5665
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5665; }
p { color: rgb(127,86,101); }
H1.HeaderClassName
{
color: #7F5665;
}
.AnyTagClassName
{
color: #7F5665;
}
</style>
background-color css
<style>
a { background-color: #7F5665; }
a { background-color: rgb(127,86,101); }
div.DivClassName
{
background-color: #7F5665;
}
.BgClassName
{
background-color: #7F5665;
}
</style>
border-color css
<style>
span { border-color: #7F5665; }
span { border-color: rgb(127,86,101); }
td.TdClassName
{
border-color: #7F5665;
}
.TagClassName
{
border-color: #7F5665;
}
</style>