Shades of Cosmic #7F4F6A
Tints of Cosmic #7F4F6A
RGB
CMYK
RGB Variations
Color information
#7F4F6A (or 0x7F4F6A) is known color: Cosmic. HEX triplet: 7F, 4F and 6A. RGB value is (127,79,106). Sum of RGB (Red+Green+Blue) = 127+79+106=312 (41% of max value = 765). Red value is 127 (50% from 255 or 40.71% from 312); Green value is 79 (31.25% from 255 or 25.32% from 312); Blue value is 106 (41.80% from 255 or 33.97% from 312); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4F6A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4F6A is #80B095. Grayscale: #606060. Windows color (decimal): -8433814 or 6967167. OLE color: 6967167.
HSL color Cylindrical-coordinate representation of color #7F4F6A: hue angle of 326.25º degrees, saturation: 0.23, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #7F4F6A is Cyan = 0, Magento = 0.38, Yellow = 0.17 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 79 | 106 | - |
| CMYK | 0 | 0.38 | 0.17 | 0.50 |
| HSL | 326.25º | 0.23% | 0.4% | - |
| HSV(B) | 326.25º | 0.38% | 0.5% | - |
| XYZ | 14.15 | 11.14 | 15.04 | - |
| YUV | 96.43 | 133.4 | 149.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 79 | 106 | 0 | 0.38 | 0.17 | 0.50 | 326.25 | 0.23 | 0.4 |
| Hex | 7F | 4F | 6A | 0 | 26 | 11 | 32 | 146 | 17 | 28 |
| Octal | 177 | 117 | 152 | 0 | 46 | 21 | 62 | 506 | 27 | 50 |
| Binary | 1111111 | 1001111 | 1101010 | 0 | 100110 | 10001 | 110010 | 101000110 | 10111 | 101000 |
Color Harmonies of #7F4F6A
Complementary color
Monochromatic Colors of #7F4F6A
Black with #7F4F6A
Text Example
Text Example
White with #7F4F6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4F6A; }
p { color: rgb(127,79,106); }
H1.HeaderClassName
{
color: #7F4F6A;
}
.AnyTagClassName
{
color: #7F4F6A;
}
</style>
background-color css
<style>
a { background-color: #7F4F6A; }
a { background-color: rgb(127,79,106); }
div.DivClassName
{
background-color: #7F4F6A;
}
.BgClassName
{
background-color: #7F4F6A;
}
</style>
border-color css
<style>
span { border-color: #7F4F6A; }
span { border-color: rgb(127,79,106); }
td.TdClassName
{
border-color: #7F4F6A;
}
.TagClassName
{
border-color: #7F4F6A;
}
</style>