Shades of Cosmic #7F4F5A
Tints of Cosmic #7F4F5A
RGB
CMYK
RGB Variations
Color information
#7F4F5A (or 0x7F4F5A) is known color: Cosmic. HEX triplet: 7F, 4F and 5A. RGB value is (127,79,90). Sum of RGB (Red+Green+Blue) = 127+79+90=296 (39% of max value = 765). Red value is 127 (50% from 255 or 42.91% from 296); Green value is 79 (31.25% from 255 or 26.69% from 296); Blue value is 90 (35.55% from 255 or 30.41% from 296); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4F5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F4F5A is #80B0A5. Grayscale: #5E5E5E. Windows color (decimal): -8433830 or 5918591. OLE color: 5918591.
HSL color Cylindrical-coordinate representation of color #7F4F5A: hue angle of 346.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 #7F4F5A is Cyan = 0, Magento = 0.38, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 79 | 90 | - |
| CMYK | 0 | 0.38 | 0.29 | 0.50 |
| HSL | 346.25º | 0.23% | 0.4% | - |
| HSV(B) | 346.25º | 0.38% | 0.5% | - |
| XYZ | 13.39 | 10.84 | 11.06 | - |
| YUV | 94.61 | 125.4 | 151.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 79 | 90 | 0 | 0.38 | 0.29 | 0.50 | 346.25 | 0.23 | 0.4 |
| Hex | 7F | 4F | 5A | 0 | 26 | 1D | 32 | 15A | 17 | 28 |
| Octal | 177 | 117 | 132 | 0 | 46 | 35 | 62 | 532 | 27 | 50 |
| Binary | 1111111 | 1001111 | 1011010 | 0 | 100110 | 11101 | 110010 | 101011010 | 10111 | 101000 |
Color Harmonies of #7F4F5A
Complementary color
Monochromatic Colors of #7F4F5A
Black with #7F4F5A
Text Example
Text Example
White with #7F4F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4F5A; }
p { color: rgb(127,79,90); }
H1.HeaderClassName
{
color: #7F4F5A;
}
.AnyTagClassName
{
color: #7F4F5A;
}
</style>
background-color css
<style>
a { background-color: #7F4F5A; }
a { background-color: rgb(127,79,90); }
div.DivClassName
{
background-color: #7F4F5A;
}
.BgClassName
{
background-color: #7F4F5A;
}
</style>
border-color css
<style>
span { border-color: #7F4F5A; }
span { border-color: rgb(127,79,90); }
td.TdClassName
{
border-color: #7F4F5A;
}
.TagClassName
{
border-color: #7F4F5A;
}
</style>