Shades of Cosmic #7F5461
Tints of Cosmic #7F5461
RGB
CMYK
RGB Variations
Color information
#7F5461 (or 0x7F5461) is known color: Cosmic. HEX triplet: 7F, 54 and 61. RGB value is (127,84,97). Sum of RGB (Red+Green+Blue) = 127+84+97=308 (40% of max value = 765). Red value is 127 (50% from 255 or 41.23% from 308); Green value is 84 (33.20% from 255 or 27.27% from 308); Blue value is 97 (38.28% from 255 or 31.49% from 308); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5461 is #80AB9E. Grayscale: #626262. Windows color (decimal): -8432543 or 6378623. OLE color: 6378623.
HSL color Cylindrical-coordinate representation of color #7F5461: hue angle of 341.86º degrees, saturation: 0.2, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7F5461 is Cyan = 0, Magento = 0.34, Yellow = 0.24 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 84 | 97 | - |
| CMYK | 0 | 0.34 | 0.24 | 0.50 |
| HSL | 341.86º | 0.2% | 0.41% | - |
| HSV(B) | 341.86º | 0.34% | 0.5% | - |
| XYZ | 14.08 | 11.72 | 12.83 | - |
| YUV | 98.34 | 127.25 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 97 | 0 | 0.34 | 0.24 | 0.50 | 341.86 | 0.2 | 0.41 |
| Hex | 7F | 54 | 61 | 0 | 22 | 18 | 32 | 156 | 14 | 29 |
| Octal | 177 | 124 | 141 | 0 | 42 | 30 | 62 | 526 | 24 | 51 |
| Binary | 1111111 | 1010100 | 1100001 | 0 | 100010 | 11000 | 110010 | 101010110 | 10100 | 101001 |
Color Harmonies of #7F5461
Complementary color
Monochromatic Colors of #7F5461
Black with #7F5461
Text Example
Text Example
White with #7F5461
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5461; }
p { color: rgb(127,84,97); }
H1.HeaderClassName
{
color: #7F5461;
}
.AnyTagClassName
{
color: #7F5461;
}
</style>
background-color css
<style>
a { background-color: #7F5461; }
a { background-color: rgb(127,84,97); }
div.DivClassName
{
background-color: #7F5461;
}
.BgClassName
{
background-color: #7F5461;
}
</style>
border-color css
<style>
span { border-color: #7F5461; }
span { border-color: rgb(127,84,97); }
td.TdClassName
{
border-color: #7F5461;
}
.TagClassName
{
border-color: #7F5461;
}
</style>