Shades of Cosmic #7F576D
Tints of Cosmic #7F576D
RGB
CMYK
RGB Variations
Color information
#7F576D (or 0x7F576D) is known color: Cosmic. HEX triplet: 7F, 57 and 6D. RGB value is (127,87,109). Sum of RGB (Red+Green+Blue) = 127+87+109=323 (42% of max value = 765). Red value is 127 (50% from 255 or 39.32% from 323); Green value is 87 (34.38% from 255 or 26.93% from 323); Blue value is 109 (42.97% from 255 or 33.75% from 323); Max value from RGB is 127 - color contains mainly: red. Hex color #7F576D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F576D is #80A892. Grayscale: #656565. Windows color (decimal): -8431763 or 7165823. OLE color: 7165823.
HSL color Cylindrical-coordinate representation of color #7F576D: hue angle of 327º degrees, saturation: 0.19, 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 #7F576D is Cyan = 0, Magento = 0.31, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 87 | 109 | - |
| CMYK | 0 | 0.31 | 0.14 | 0.50 |
| HSL | 327º | 0.19% | 0.42% | - |
| HSV(B) | 327º | 0.31% | 0.5% | - |
| XYZ | 14.92 | 12.43 | 16.08 | - |
| YUV | 101.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 87 | 109 | 0 | 0.31 | 0.14 | 0.50 | 327 | 0.19 | 0.42 |
| Hex | 7F | 57 | 6D | 0 | 1F | E | 32 | 147 | 13 | 2A |
| Octal | 177 | 127 | 155 | 0 | 37 | 16 | 62 | 507 | 23 | 52 |
| Binary | 1111111 | 1010111 | 1101101 | 0 | 11111 | 1110 | 110010 | 101000111 | 10011 | 101010 |
Color Harmonies of #7F576D
Complementary color
Monochromatic Colors of #7F576D
Black with #7F576D
Text Example
Text Example
White with #7F576D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F576D; }
p { color: rgb(127,87,109); }
H1.HeaderClassName
{
color: #7F576D;
}
.AnyTagClassName
{
color: #7F576D;
}
</style>
background-color css
<style>
a { background-color: #7F576D; }
a { background-color: rgb(127,87,109); }
div.DivClassName
{
background-color: #7F576D;
}
.BgClassName
{
background-color: #7F576D;
}
</style>
border-color css
<style>
span { border-color: #7F576D; }
span { border-color: rgb(127,87,109); }
td.TdClassName
{
border-color: #7F576D;
}
.TagClassName
{
border-color: #7F576D;
}
</style>