Shades of Cosmic #7F4E6C
Tints of Cosmic #7F4E6C
RGB
CMYK
RGB Variations
Color information
#7F4E6C (or 0x7F4E6C) is known color: Cosmic. HEX triplet: 7F, 4E and 6C. RGB value is (127,78,108). Sum of RGB (Red+Green+Blue) = 127+78+108=313 (41% of max value = 765). Red value is 127 (50% from 255 or 40.58% from 313); Green value is 78 (30.86% from 255 or 24.92% from 313); Blue value is 108 (42.58% from 255 or 34.50% from 313); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4E6C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4E6C is #80B193. Grayscale: #606060. Windows color (decimal): -8434068 or 7097983. OLE color: 7097983.
HSL color Cylindrical-coordinate representation of color #7F4E6C: hue angle of 323.27º degrees, saturation: 0.24, 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 #7F4E6C is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 78 | 108 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.50 |
| HSL | 323.27º | 0.24% | 0.4% | - |
| HSV(B) | 323.27º | 0.39% | 0.5% | - |
| XYZ | 14.18 | 11.04 | 15.57 | - |
| YUV | 96.07 | 134.73 | 150.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 78 | 108 | 0 | 0.39 | 0.15 | 0.50 | 323.27 | 0.24 | 0.4 |
| Hex | 7F | 4E | 6C | 0 | 27 | F | 32 | 143 | 18 | 28 |
| Octal | 177 | 116 | 154 | 0 | 47 | 17 | 62 | 503 | 30 | 50 |
| Binary | 1111111 | 1001110 | 1101100 | 0 | 100111 | 1111 | 110010 | 101000011 | 11000 | 101000 |
Color Harmonies of #7F4E6C
Complementary color
Monochromatic Colors of #7F4E6C
Black with #7F4E6C
Text Example
Text Example
White with #7F4E6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4E6C; }
p { color: rgb(127,78,108); }
H1.HeaderClassName
{
color: #7F4E6C;
}
.AnyTagClassName
{
color: #7F4E6C;
}
</style>
background-color css
<style>
a { background-color: #7F4E6C; }
a { background-color: rgb(127,78,108); }
div.DivClassName
{
background-color: #7F4E6C;
}
.BgClassName
{
background-color: #7F4E6C;
}
</style>
border-color css
<style>
span { border-color: #7F4E6C; }
span { border-color: rgb(127,78,108); }
td.TdClassName
{
border-color: #7F4E6C;
}
.TagClassName
{
border-color: #7F4E6C;
}
</style>