Shades of Cosmic #7F406F
Tints of Cosmic #7F406F
RGB
CMYK
RGB Variations
Color information
#7F406F (or 0x7F406F) is known color: Cosmic. HEX triplet: 7F, 40 and 6F. RGB value is (127,64,111). Sum of RGB (Red+Green+Blue) = 127+64+111=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 64 (25.39% from 255 or 21.19% from 302); Blue value is 111 (43.75% from 255 or 36.75% from 302); Max value from RGB is 127 - color contains mainly: red. Hex color #7F406F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F406F is #80BF90. Grayscale: #585858. Windows color (decimal): -8437649 or 7291007. OLE color: 7291007.
HSL color Cylindrical-coordinate representation of color #7F406F: hue angle of 315.24º 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 #7F406F is Cyan = 0, Magento = 0.50, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 64 | 111 | - |
| CMYK | 0 | 0.50 | 0.13 | 0.50 |
| HSL | 315.24º | 0.33% | 0.37% | - |
| HSV(B) | 315.24º | 0.5% | 0.5% | - |
| XYZ | 13.46 | 9.33 | 16.13 | - |
| YUV | 88.2 | 140.87 | 155.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 111 | 0 | 0.50 | 0.13 | 0.50 | 315.24 | 0.33 | 0.37 |
| Hex | 7F | 40 | 6F | 0 | 32 | D | 32 | 13B | 21 | 25 |
| Octal | 177 | 100 | 157 | 0 | 62 | 15 | 62 | 473 | 41 | 45 |
| Binary | 1111111 | 1000000 | 1101111 | 0 | 110010 | 1101 | 110010 | 100111011 | 100001 | 100101 |
Color Harmonies of #7F406F
Complementary color
Monochromatic Colors of #7F406F
Black with #7F406F
Text Example
Text Example
White with #7F406F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F406F; }
p { color: rgb(127,64,111); }
H1.HeaderClassName
{
color: #7F406F;
}
.AnyTagClassName
{
color: #7F406F;
}
</style>
background-color css
<style>
a { background-color: #7F406F; }
a { background-color: rgb(127,64,111); }
div.DivClassName
{
background-color: #7F406F;
}
.BgClassName
{
background-color: #7F406F;
}
</style>
border-color css
<style>
span { border-color: #7F406F; }
span { border-color: rgb(127,64,111); }
td.TdClassName
{
border-color: #7F406F;
}
.TagClassName
{
border-color: #7F406F;
}
</style>