Shades of Cosmic #7F556D
Tints of Cosmic #7F556D
RGB
CMYK
RGB Variations
Color information
#7F556D (or 0x7F556D) is known color: Cosmic. HEX triplet: 7F, 55 and 6D. RGB value is (127,85,109). Sum of RGB (Red+Green+Blue) = 127+85+109=321 (42% of max value = 765). Red value is 127 (50% from 255 or 39.56% from 321); Green value is 85 (33.59% from 255 or 26.48% from 321); Blue value is 109 (42.97% from 255 or 33.96% from 321); Max value from RGB is 127 - color contains mainly: red. Hex color #7F556D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F556D is #80AA92. Grayscale: #646464. Windows color (decimal): -8432275 or 7165311. OLE color: 7165311.
HSL color Cylindrical-coordinate representation of color #7F556D: hue angle of 325.71º 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 #7F556D is Cyan = 0, Magento = 0.33, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 85 | 109 | - |
| CMYK | 0 | 0.33 | 0.14 | 0.50 |
| HSL | 325.71º | 0.2% | 0.42% | - |
| HSV(B) | 325.71º | 0.33% | 0.5% | - |
| XYZ | 14.76 | 12.11 | 16.03 | - |
| YUV | 100.29 | 132.91 | 147.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 85 | 109 | 0 | 0.33 | 0.14 | 0.50 | 325.71 | 0.2 | 0.42 |
| Hex | 7F | 55 | 6D | 0 | 21 | E | 32 | 146 | 14 | 2A |
| Octal | 177 | 125 | 155 | 0 | 41 | 16 | 62 | 506 | 24 | 52 |
| Binary | 1111111 | 1010101 | 1101101 | 0 | 100001 | 1110 | 110010 | 101000110 | 10100 | 101010 |
Color Harmonies of #7F556D
Complementary color
Monochromatic Colors of #7F556D
Black with #7F556D
Text Example
Text Example
White with #7F556D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F556D; }
p { color: rgb(127,85,109); }
H1.HeaderClassName
{
color: #7F556D;
}
.AnyTagClassName
{
color: #7F556D;
}
</style>
background-color css
<style>
a { background-color: #7F556D; }
a { background-color: rgb(127,85,109); }
div.DivClassName
{
background-color: #7F556D;
}
.BgClassName
{
background-color: #7F556D;
}
</style>
border-color css
<style>
span { border-color: #7F556D; }
span { border-color: rgb(127,85,109); }
td.TdClassName
{
border-color: #7F556D;
}
.TagClassName
{
border-color: #7F556D;
}
</style>