Shades of Cosmic #7F546B
Tints of Cosmic #7F546B
RGB
CMYK
RGB Variations
Color information
#7F546B (or 0x7F546B) is known color: Cosmic. HEX triplet: 7F, 54 and 6B. RGB value is (127,84,107). Sum of RGB (Red+Green+Blue) = 127+84+107=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 84 (33.20% from 255 or 26.42% from 318); Blue value is 107 (42.19% from 255 or 33.65% from 318); Max value from RGB is 127 - color contains mainly: red. Hex color #7F546B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F546B is #80AB94. Grayscale: #636363. Windows color (decimal): -8432533 or 7033983. OLE color: 7033983.
HSL color Cylindrical-coordinate representation of color #7F546B: hue angle of 327.91º 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 #7F546B is Cyan = 0, Magento = 0.34, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 84 | 107 | - |
| CMYK | 0 | 0.34 | 0.16 | 0.50 |
| HSL | 327.91º | 0.2% | 0.41% | - |
| HSV(B) | 327.91º | 0.34% | 0.5% | - |
| XYZ | 14.58 | 11.91 | 15.44 | - |
| YUV | 99.48 | 132.25 | 147.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 107 | 0 | 0.34 | 0.16 | 0.50 | 327.91 | 0.2 | 0.41 |
| Hex | 7F | 54 | 6B | 0 | 22 | 10 | 32 | 148 | 14 | 29 |
| Octal | 177 | 124 | 153 | 0 | 42 | 20 | 62 | 510 | 24 | 51 |
| Binary | 1111111 | 1010100 | 1101011 | 0 | 100010 | 10000 | 110010 | 101001000 | 10100 | 101001 |
Color Harmonies of #7F546B
Complementary color
Monochromatic Colors of #7F546B
Black with #7F546B
Text Example
Text Example
White with #7F546B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F546B; }
p { color: rgb(127,84,107); }
H1.HeaderClassName
{
color: #7F546B;
}
.AnyTagClassName
{
color: #7F546B;
}
</style>
background-color css
<style>
a { background-color: #7F546B; }
a { background-color: rgb(127,84,107); }
div.DivClassName
{
background-color: #7F546B;
}
.BgClassName
{
background-color: #7F546B;
}
</style>
border-color css
<style>
span { border-color: #7F546B; }
span { border-color: rgb(127,84,107); }
td.TdClassName
{
border-color: #7F546B;
}
.TagClassName
{
border-color: #7F546B;
}
</style>