Shades of Cosmic #7F5F70
Tints of Cosmic #7F5F70
RGB
CMYK
RGB Variations
Color information
#7F5F70 (or 0x7F5F70) is known color: Cosmic. HEX triplet: 7F, 5F and 70. RGB value is (127,95,112). Sum of RGB (Red+Green+Blue) = 127+95+112=334 (44% of max value = 765). Red value is 127 (50% from 255 or 38.02% from 334); Green value is 95 (37.5% from 255 or 28.44% from 334); Blue value is 112 (44.14% from 255 or 33.53% from 334); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5F70 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5F70 is #80A08F. Grayscale: #6A6A6A. Windows color (decimal): -8429712 or 7364479. OLE color: 7364479.
HSL color Cylindrical-coordinate representation of color #7F5F70: hue angle of 328.12º degrees, saturation: 0.14, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #7F5F70 is Cyan = 0, Magento = 0.25, Yellow = 0.12 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 95 | 112 | - |
| CMYK | 0 | 0.25 | 0.12 | 0.50 |
| HSL | 328.13º | 0.14% | 0.44% | - |
| HSV(B) | 328.13º | 0.25% | 0.5% | - |
| XYZ | 15.77 | 13.87 | 17.17 | - |
| YUV | 106.51 | 131.1 | 142.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 95 | 112 | 0 | 0.25 | 0.12 | 0.50 | 328.13 | 0.14 | 0.44 |
| Hex | 7F | 5F | 70 | 0 | 19 | C | 32 | 148 | E | 2C |
| Octal | 177 | 137 | 160 | 0 | 31 | 14 | 62 | 510 | 16 | 54 |
| Binary | 1111111 | 1011111 | 1110000 | 0 | 11001 | 1100 | 110010 | 101001000 | 1110 | 101100 |
Color Harmonies of #7F5F70
Complementary color
Monochromatic Colors of #7F5F70
Black with #7F5F70
Text Example
Text Example
White with #7F5F70
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5F70; }
p { color: rgb(127,95,112); }
H1.HeaderClassName
{
color: #7F5F70;
}
.AnyTagClassName
{
color: #7F5F70;
}
</style>
background-color css
<style>
a { background-color: #7F5F70; }
a { background-color: rgb(127,95,112); }
div.DivClassName
{
background-color: #7F5F70;
}
.BgClassName
{
background-color: #7F5F70;
}
</style>
border-color css
<style>
span { border-color: #7F5F70; }
span { border-color: rgb(127,95,112); }
td.TdClassName
{
border-color: #7F5F70;
}
.TagClassName
{
border-color: #7F5F70;
}
</style>