Shades of Cosmic #7F406B
Tints of Cosmic #7F406B
RGB
CMYK
RGB Variations
Color information
#7F406B (or 0x7F406B) is known color: Cosmic. HEX triplet: 7F, 40 and 6B. RGB value is (127,64,107). Sum of RGB (Red+Green+Blue) = 127+64+107=298 (39% of max value = 765). Red value is 127 (50% from 255 or 42.62% from 298); Green value is 64 (25.39% from 255 or 21.48% from 298); Blue value is 107 (42.19% from 255 or 35.91% from 298); Max value from RGB is 127 - color contains mainly: red. Hex color #7F406B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F406B is #80BF94. Grayscale: #575757. Windows color (decimal): -8437653 or 7028863. OLE color: 7028863.
HSL color Cylindrical-coordinate representation of color #7F406B: hue angle of 319.05º 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 #7F406B is Cyan = 0, Magento = 0.50, Yellow = 0.16 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 64 | 107 | - |
| CMYK | 0 | 0.50 | 0.16 | 0.50 |
| HSL | 319.05º | 0.33% | 0.37% | - |
| HSV(B) | 319.05º | 0.5% | 0.5% | - |
| XYZ | 13.24 | 9.24 | 15 | - |
| YUV | 87.74 | 138.87 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 64 | 107 | 0 | 0.50 | 0.16 | 0.50 | 319.05 | 0.33 | 0.37 |
| Hex | 7F | 40 | 6B | 0 | 32 | 10 | 32 | 13F | 21 | 25 |
| Octal | 177 | 100 | 153 | 0 | 62 | 20 | 62 | 477 | 41 | 45 |
| Binary | 1111111 | 1000000 | 1101011 | 0 | 110010 | 10000 | 110010 | 100111111 | 100001 | 100101 |
Color Harmonies of #7F406B
Complementary color
Monochromatic Colors of #7F406B
Black with #7F406B
Text Example
Text Example
White with #7F406B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F406B; }
p { color: rgb(127,64,107); }
H1.HeaderClassName
{
color: #7F406B;
}
.AnyTagClassName
{
color: #7F406B;
}
</style>
background-color css
<style>
a { background-color: #7F406B; }
a { background-color: rgb(127,64,107); }
div.DivClassName
{
background-color: #7F406B;
}
.BgClassName
{
background-color: #7F406B;
}
</style>
border-color css
<style>
span { border-color: #7F406B; }
span { border-color: rgb(127,64,107); }
td.TdClassName
{
border-color: #7F406B;
}
.TagClassName
{
border-color: #7F406B;
}
</style>