Shades of Cosmic #7F546D
Tints of Cosmic #7F546D
RGB
CMYK
RGB Variations
Color information
#7F546D (or 0x7F546D) is known color: Cosmic. HEX triplet: 7F, 54 and 6D. RGB value is (127,84,109). Sum of RGB (Red+Green+Blue) = 127+84+109=320 (42% of max value = 765). Red value is 127 (50% from 255 or 39.69% from 320); Green value is 84 (33.20% from 255 or 26.25% from 320); Blue value is 109 (42.97% from 255 or 34.06% from 320); Max value from RGB is 127 - color contains mainly: red. Hex color #7F546D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F546D is #80AB92. Grayscale: #636363. Windows color (decimal): -8432531 or 7165055. OLE color: 7165055.
HSL color Cylindrical-coordinate representation of color #7F546D: hue angle of 325.12º 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 #7F546D is Cyan = 0, Magento = 0.34, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 84 | 109 | - |
| CMYK | 0 | 0.34 | 0.14 | 0.50 |
| HSL | 325.12º | 0.2% | 0.41% | - |
| HSV(B) | 325.12º | 0.34% | 0.5% | - |
| XYZ | 14.68 | 11.96 | 16 | - |
| YUV | 99.71 | 133.25 | 147.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 109 | 0 | 0.34 | 0.14 | 0.50 | 325.12 | 0.2 | 0.41 |
| Hex | 7F | 54 | 6D | 0 | 22 | E | 32 | 145 | 14 | 29 |
| Octal | 177 | 124 | 155 | 0 | 42 | 16 | 62 | 505 | 24 | 51 |
| Binary | 1111111 | 1010100 | 1101101 | 0 | 100010 | 1110 | 110010 | 101000101 | 10100 | 101001 |
Color Harmonies of #7F546D
Complementary color
Monochromatic Colors of #7F546D
Black with #7F546D
Text Example
Text Example
White with #7F546D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F546D; }
p { color: rgb(127,84,109); }
H1.HeaderClassName
{
color: #7F546D;
}
.AnyTagClassName
{
color: #7F546D;
}
</style>
background-color css
<style>
a { background-color: #7F546D; }
a { background-color: rgb(127,84,109); }
div.DivClassName
{
background-color: #7F546D;
}
.BgClassName
{
background-color: #7F546D;
}
</style>
border-color css
<style>
span { border-color: #7F546D; }
span { border-color: rgb(127,84,109); }
td.TdClassName
{
border-color: #7F546D;
}
.TagClassName
{
border-color: #7F546D;
}
</style>