Shades of Cosmic #7F546A
Tints of Cosmic #7F546A
RGB
CMYK
RGB Variations
Color information
#7F546A (or 0x7F546A) is known color: Cosmic. HEX triplet: 7F, 54 and 6A. RGB value is (127,84,106). Sum of RGB (Red+Green+Blue) = 127+84+106=317 (41% of max value = 765). Red value is 127 (50% from 255 or 40.06% from 317); Green value is 84 (33.20% from 255 or 26.50% from 317); Blue value is 106 (41.80% from 255 or 33.44% from 317); Max value from RGB is 127 - color contains mainly: red. Hex color #7F546A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F546A is #80AB95. Grayscale: #636363. Windows color (decimal): -8432534 or 6968447. OLE color: 6968447.
HSL color Cylindrical-coordinate representation of color #7F546A: hue angle of 329.3º 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 #7F546A is Cyan = 0, Magento = 0.34, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 84 | 106 | - |
| CMYK | 0 | 0.34 | 0.17 | 0.50 |
| HSL | 329.3º | 0.2% | 0.41% | - |
| HSV(B) | 329.3º | 0.34% | 0.5% | - |
| XYZ | 14.52 | 11.89 | 15.17 | - |
| YUV | 99.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 84 | 106 | 0 | 0.34 | 0.17 | 0.50 | 329.3 | 0.2 | 0.41 |
| Hex | 7F | 54 | 6A | 0 | 22 | 11 | 32 | 149 | 14 | 29 |
| Octal | 177 | 124 | 152 | 0 | 42 | 21 | 62 | 511 | 24 | 51 |
| Binary | 1111111 | 1010100 | 1101010 | 0 | 100010 | 10001 | 110010 | 101001001 | 10100 | 101001 |
Color Harmonies of #7F546A
Complementary color
Monochromatic Colors of #7F546A
Black with #7F546A
Text Example
Text Example
White with #7F546A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F546A; }
p { color: rgb(127,84,106); }
H1.HeaderClassName
{
color: #7F546A;
}
.AnyTagClassName
{
color: #7F546A;
}
</style>
background-color css
<style>
a { background-color: #7F546A; }
a { background-color: rgb(127,84,106); }
div.DivClassName
{
background-color: #7F546A;
}
.BgClassName
{
background-color: #7F546A;
}
</style>
border-color css
<style>
span { border-color: #7F546A; }
span { border-color: rgb(127,84,106); }
td.TdClassName
{
border-color: #7F546A;
}
.TagClassName
{
border-color: #7F546A;
}
</style>