Shades of Cosmic #7F5E6F
Tints of Cosmic #7F5E6F
RGB
CMYK
RGB Variations
Color information
#7F5E6F (or 0x7F5E6F) is known color: Cosmic. HEX triplet: 7F, 5E and 6F. RGB value is (127,94,111). Sum of RGB (Red+Green+Blue) = 127+94+111=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 94 (37.11% from 255 or 28.31% from 332); Blue value is 111 (43.75% from 255 or 33.43% from 332); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E6F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F5E6F is #80A190. Grayscale: #696969. Windows color (decimal): -8429969 or 7298687. OLE color: 7298687.
HSL color Cylindrical-coordinate representation of color #7F5E6F: hue angle of 329.09º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7F5E6F is Cyan = 0, Magento = 0.26, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 94 | 111 | - |
| CMYK | 0 | 0.26 | 0.13 | 0.50 |
| HSL | 329.09º | 0.15% | 0.43% | - |
| HSV(B) | 329.09º | 0.26% | 0.5% | - |
| XYZ | 15.62 | 13.67 | 16.85 | - |
| YUV | 105.81 | 130.93 | 143.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 94 | 111 | 0 | 0.26 | 0.13 | 0.50 | 329.09 | 0.15 | 0.43 |
| Hex | 7F | 5E | 6F | 0 | 1A | D | 32 | 149 | F | 2B |
| Octal | 177 | 136 | 157 | 0 | 32 | 15 | 62 | 511 | 17 | 53 |
| Binary | 1111111 | 1011110 | 1101111 | 0 | 11010 | 1101 | 110010 | 101001001 | 1111 | 101011 |
Color Harmonies of #7F5E6F
Complementary color
Monochromatic Colors of #7F5E6F
Black with #7F5E6F
Text Example
Text Example
White with #7F5E6F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F5E6F; }
p { color: rgb(127,94,111); }
H1.HeaderClassName
{
color: #7F5E6F;
}
.AnyTagClassName
{
color: #7F5E6F;
}
</style>
background-color css
<style>
a { background-color: #7F5E6F; }
a { background-color: rgb(127,94,111); }
div.DivClassName
{
background-color: #7F5E6F;
}
.BgClassName
{
background-color: #7F5E6F;
}
</style>
border-color css
<style>
span { border-color: #7F5E6F; }
span { border-color: rgb(127,94,111); }
td.TdClassName
{
border-color: #7F5E6F;
}
.TagClassName
{
border-color: #7F5E6F;
}
</style>