Shades of Cosmic #7F495E
Tints of Cosmic #7F495E
RGB
CMYK
RGB Variations
Color information
#7F495E (or 0x7F495E) is known color: Cosmic. HEX triplet: 7F, 49 and 5E. RGB value is (127,73,94). Sum of RGB (Red+Green+Blue) = 127+73+94=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 73 (28.91% from 255 or 24.83% from 294); Blue value is 94 (37.11% from 255 or 31.97% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F495E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F495E is #80B6A1. Grayscale: #5B5B5B. Windows color (decimal): -8435362 or 6179199. OLE color: 6179199.
HSL color Cylindrical-coordinate representation of color #7F495E: hue angle of 336.67º degrees, saturation: 0.27, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7F495E is Cyan = 0, Magento = 0.43, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 73 | 94 | - |
| CMYK | 0 | 0.43 | 0.26 | 0.50 |
| HSL | 336.67º | 0.27% | 0.39% | - |
| HSV(B) | 336.67º | 0.43% | 0.5% | - |
| XYZ | 13.16 | 10.09 | 11.84 | - |
| YUV | 91.54 | 129.39 | 153.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 73 | 94 | 0 | 0.43 | 0.26 | 0.50 | 336.67 | 0.27 | 0.39 |
| Hex | 7F | 49 | 5E | 0 | 2B | 1A | 32 | 151 | 1B | 27 |
| Octal | 177 | 111 | 136 | 0 | 53 | 32 | 62 | 521 | 33 | 47 |
| Binary | 1111111 | 1001001 | 1011110 | 0 | 101011 | 11010 | 110010 | 101010001 | 11011 | 100111 |
Color Harmonies of #7F495E
Complementary color
Monochromatic Colors of #7F495E
Black with #7F495E
Text Example
Text Example
White with #7F495E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F495E; }
p { color: rgb(127,73,94); }
H1.HeaderClassName
{
color: #7F495E;
}
.AnyTagClassName
{
color: #7F495E;
}
</style>
background-color css
<style>
a { background-color: #7F495E; }
a { background-color: rgb(127,73,94); }
div.DivClassName
{
background-color: #7F495E;
}
.BgClassName
{
background-color: #7F495E;
}
</style>
border-color css
<style>
span { border-color: #7F495E; }
span { border-color: rgb(127,73,94); }
td.TdClassName
{
border-color: #7F495E;
}
.TagClassName
{
border-color: #7F495E;
}
</style>