Shades of Cosmic #7F4D67
Tints of Cosmic #7F4D67
RGB
CMYK
RGB Variations
Color information
#7F4D67 (or 0x7F4D67) is known color: Cosmic. HEX triplet: 7F, 4D and 67. RGB value is (127,77,103). Sum of RGB (Red+Green+Blue) = 127+77+103=307 (40% of max value = 765). Red value is 127 (50% from 255 or 41.37% from 307); Green value is 77 (30.47% from 255 or 25.08% from 307); Blue value is 103 (40.62% from 255 or 33.55% from 307); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4D67 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4D67 is #80B298. Grayscale: #5E5E5E. Windows color (decimal): -8434329 or 6770047. OLE color: 6770047.
HSL color Cylindrical-coordinate representation of color #7F4D67: hue angle of 328.8º degrees, saturation: 0.25, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7F4D67 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 77 | 103 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.50 |
| HSL | 328.8º | 0.25% | 0.4% | - |
| HSV(B) | 328.8º | 0.39% | 0.5% | - |
| XYZ | 13.85 | 10.8 | 14.19 | - |
| YUV | 94.91 | 132.57 | 150.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 77 | 103 | 0 | 0.39 | 0.19 | 0.50 | 328.8 | 0.25 | 0.4 |
| Hex | 7F | 4D | 67 | 0 | 27 | 13 | 32 | 149 | 19 | 28 |
| Octal | 177 | 115 | 147 | 0 | 47 | 23 | 62 | 511 | 31 | 50 |
| Binary | 1111111 | 1001101 | 1100111 | 0 | 100111 | 10011 | 110010 | 101001001 | 11001 | 101000 |
Color Harmonies of #7F4D67
Complementary color
Monochromatic Colors of #7F4D67
Black with #7F4D67
Text Example
Text Example
White with #7F4D67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4D67; }
p { color: rgb(127,77,103); }
H1.HeaderClassName
{
color: #7F4D67;
}
.AnyTagClassName
{
color: #7F4D67;
}
</style>
background-color css
<style>
a { background-color: #7F4D67; }
a { background-color: rgb(127,77,103); }
div.DivClassName
{
background-color: #7F4D67;
}
.BgClassName
{
background-color: #7F4D67;
}
</style>
border-color css
<style>
span { border-color: #7F4D67; }
span { border-color: rgb(127,77,103); }
td.TdClassName
{
border-color: #7F4D67;
}
.TagClassName
{
border-color: #7F4D67;
}
</style>