Shades of Cosmic #7F586D
Tints of Cosmic #7F586D
RGB
CMYK
RGB Variations
Color information
#7F586D (or 0x7F586D) is known color: Cosmic. HEX triplet: 7F, 58 and 6D. RGB value is (127,88,109). Sum of RGB (Red+Green+Blue) = 127+88+109=324 (42% of max value = 765). Red value is 127 (50% from 255 or 39.20% from 324); Green value is 88 (34.77% from 255 or 27.16% from 324); Blue value is 109 (42.97% from 255 or 33.64% from 324); Max value from RGB is 127 - color contains mainly: red. Hex color #7F586D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F586D is #80A792. Grayscale: #666666. Windows color (decimal): -8431507 or 7166079. OLE color: 7166079.
HSL color Cylindrical-coordinate representation of color #7F586D: hue angle of 327.69º degrees, saturation: 0.18, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7F586D is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 88 | 109 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.50 |
| HSL | 327.69º | 0.18% | 0.42% | - |
| HSV(B) | 327.69º | 0.31% | 0.5% | - |
| XYZ | 15 | 12.6 | 16.11 | - |
| YUV | 102.06 | 131.92 | 145.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 88 | 109 | 0 | 0.31 | 0.14 | 0.50 | 327.69 | 0.18 | 0.42 |
| Hex | 7F | 58 | 6D | 0 | 1F | E | 32 | 148 | 12 | 2A |
| Octal | 177 | 130 | 155 | 0 | 37 | 16 | 62 | 510 | 22 | 52 |
| Binary | 1111111 | 1011000 | 1101101 | 0 | 11111 | 1110 | 110010 | 101001000 | 10010 | 101010 |
Color Harmonies of #7F586D
Complementary color
Monochromatic Colors of #7F586D
Black with #7F586D
Text Example
Text Example
White with #7F586D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F586D; }
p { color: rgb(127,88,109); }
H1.HeaderClassName
{
color: #7F586D;
}
.AnyTagClassName
{
color: #7F586D;
}
</style>
background-color css
<style>
a { background-color: #7F586D; }
a { background-color: rgb(127,88,109); }
div.DivClassName
{
background-color: #7F586D;
}
.BgClassName
{
background-color: #7F586D;
}
</style>
border-color css
<style>
span { border-color: #7F586D; }
span { border-color: rgb(127,88,109); }
td.TdClassName
{
border-color: #7F586D;
}
.TagClassName
{
border-color: #7F586D;
}
</style>