Shades of Cosmic #7F4166
Tints of Cosmic #7F4166
RGB
CMYK
RGB Variations
Color information
#7F4166 (or 0x7F4166) is known color: Cosmic. HEX triplet: 7F, 41 and 66. RGB value is (127,65,102). Sum of RGB (Red+Green+Blue) = 127+65+102=294 (38% of max value = 765). Red value is 127 (50% from 255 or 43.20% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4166 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4166 is #80BE99. Grayscale: #575757. Windows color (decimal): -8437402 or 6701439. OLE color: 6701439.
HSL color Cylindrical-coordinate representation of color #7F4166: hue angle of 324.19º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7F4166 is Cyan = 0, Magento = 0.49, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 65 | 102 | - |
| CMYK | 0 | 0.49 | 0.20 | 0.50 |
| HSL | 324.19º | 0.32% | 0.38% | - |
| HSV(B) | 324.19º | 0.49% | 0.5% | - |
| XYZ | 13.04 | 9.25 | 13.67 | - |
| YUV | 87.76 | 136.04 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 65 | 102 | 0 | 0.49 | 0.20 | 0.50 | 324.19 | 0.32 | 0.38 |
| Hex | 7F | 41 | 66 | 0 | 31 | 14 | 32 | 144 | 20 | 26 |
| Octal | 177 | 101 | 146 | 0 | 61 | 24 | 62 | 504 | 40 | 46 |
| Binary | 1111111 | 1000001 | 1100110 | 0 | 110001 | 10100 | 110010 | 101000100 | 100000 | 100110 |
Color Harmonies of #7F4166
Complementary color
Monochromatic Colors of #7F4166
Black with #7F4166
Text Example
Text Example
White with #7F4166
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4166; }
p { color: rgb(127,65,102); }
H1.HeaderClassName
{
color: #7F4166;
}
.AnyTagClassName
{
color: #7F4166;
}
</style>
background-color css
<style>
a { background-color: #7F4166; }
a { background-color: rgb(127,65,102); }
div.DivClassName
{
background-color: #7F4166;
}
.BgClassName
{
background-color: #7F4166;
}
</style>
border-color css
<style>
span { border-color: #7F4166; }
span { border-color: rgb(127,65,102); }
td.TdClassName
{
border-color: #7F4166;
}
.TagClassName
{
border-color: #7F4166;
}
</style>