Shades of Cosmic #7F406D
Tints of Cosmic #7F406D
RGB
CMYK
RGB Variations
Color information
#7F406D (or 0x7F406D) is known color: Cosmic. HEX triplet: 7F, 40 and 6D. RGB value is (127,64,109). Sum of RGB (Red+Green+Blue) = 127+64+109=300 (39% of max value = 765). Red value is 127 (50% from 255 or 42.33% from 300); Green value is 64 (25.39% from 255 or 21.33% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 127 - color contains mainly: red. Hex color #7F406D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F406D is #80BF92. Grayscale: #575757. Windows color (decimal): -8437651 or 7159935. OLE color: 7159935.
HSL color Cylindrical-coordinate representation of color #7F406D: hue angle of 317.14º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7F406D is Cyan = 0, Magento = 0.50, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 64 | 109 | - |
| CMYK | 0 | 0.50 | 0.14 | 0.50 |
| HSL | 317.14º | 0.33% | 0.37% | - |
| HSV(B) | 317.14º | 0.5% | 0.5% | - |
| XYZ | 13.35 | 9.28 | 15.56 | - |
| YUV | 87.97 | 139.87 | 155.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 109 | 0 | 0.50 | 0.14 | 0.50 | 317.14 | 0.33 | 0.37 |
| Hex | 7F | 40 | 6D | 0 | 32 | E | 32 | 13D | 21 | 25 |
| Octal | 177 | 100 | 155 | 0 | 62 | 16 | 62 | 475 | 41 | 45 |
| Binary | 1111111 | 1000000 | 1101101 | 0 | 110010 | 1110 | 110010 | 100111101 | 100001 | 100101 |
Color Harmonies of #7F406D
Complementary color
Monochromatic Colors of #7F406D
Black with #7F406D
Text Example
Text Example
White with #7F406D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F406D; }
p { color: rgb(127,64,109); }
H1.HeaderClassName
{
color: #7F406D;
}
.AnyTagClassName
{
color: #7F406D;
}
</style>
background-color css
<style>
a { background-color: #7F406D; }
a { background-color: rgb(127,64,109); }
div.DivClassName
{
background-color: #7F406D;
}
.BgClassName
{
background-color: #7F406D;
}
</style>
border-color css
<style>
span { border-color: #7F406D; }
span { border-color: rgb(127,64,109); }
td.TdClassName
{
border-color: #7F406D;
}
.TagClassName
{
border-color: #7F406D;
}
</style>