Shades of Cosmic #7F5561
Tints of Cosmic #7F5561
RGB
CMYK
RGB Variations
Color information
#7F5561 (or 0x7F5561) is known color: Cosmic. HEX triplet: 7F, 55 and 61. RGB value is (127,85,97). Sum of RGB (Red+Green+Blue) = 127+85+97=309 (40% of max value = 765). Red value is 127 (50% from 255 or 41.10% from 309); Green value is 85 (33.59% from 255 or 27.51% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5561 is #80AA9E. Grayscale: #626262. Windows color (decimal): -8432287 or 6378879. OLE color: 6378879.
HSL color Cylindrical-coordinate representation of color #7F5561: hue angle of 342.86º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7F5561 is Cyan = 0, Magento = 0.33, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 85 | 97 | - |
| CMYK | 0 | 0.33 | 0.24 | 0.50 |
| HSL | 342.86º | 0.2% | 0.42% | - |
| HSV(B) | 342.86º | 0.33% | 0.5% | - |
| XYZ | 14.16 | 11.87 | 12.85 | - |
| YUV | 98.93 | 126.91 | 148.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 97 | 0 | 0.33 | 0.24 | 0.50 | 342.86 | 0.2 | 0.42 |
| Hex | 7F | 55 | 61 | 0 | 21 | 18 | 32 | 157 | 14 | 2A |
| Octal | 177 | 125 | 141 | 0 | 41 | 30 | 62 | 527 | 24 | 52 |
| Binary | 1111111 | 1010101 | 1100001 | 0 | 100001 | 11000 | 110010 | 101010111 | 10100 | 101010 |
Color Harmonies of #7F5561
Complementary color
Monochromatic Colors of #7F5561
Black with #7F5561
Text Example
Text Example
White with #7F5561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5561; }
p { color: rgb(127,85,97); }
H1.HeaderClassName
{
color: #7F5561;
}
.AnyTagClassName
{
color: #7F5561;
}
</style>
background-color css
<style>
a { background-color: #7F5561; }
a { background-color: rgb(127,85,97); }
div.DivClassName
{
background-color: #7F5561;
}
.BgClassName
{
background-color: #7F5561;
}
</style>
border-color css
<style>
span { border-color: #7F5561; }
span { border-color: rgb(127,85,97); }
td.TdClassName
{
border-color: #7F5561;
}
.TagClassName
{
border-color: #7F5561;
}
</style>