Shades of Cosmic #7F506F
Tints of Cosmic #7F506F
RGB
CMYK
RGB Variations
Color information
#7F506F (or 0x7F506F) is known color: Cosmic. HEX triplet: 7F, 50 and 6F. RGB value is (127,80,111). Sum of RGB (Red+Green+Blue) = 127+80+111=318 (42% of max value = 765). Red value is 127 (50% from 255 or 39.94% from 318); Green value is 80 (31.64% from 255 or 25.16% from 318); Blue value is 111 (43.75% from 255 or 34.91% from 318); Max value from RGB is 127 - color contains mainly: red. Hex color #7F506F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F506F is #80AF90. Grayscale: #616161. Windows color (decimal): -8433553 or 7295103. OLE color: 7295103.
HSL color Cylindrical-coordinate representation of color #7F506F: hue angle of 320.43º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7F506F is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 80 | 111 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.50 |
| HSL | 320.43º | 0.23% | 0.41% | - |
| HSV(B) | 320.43º | 0.37% | 0.5% | - |
| XYZ | 14.49 | 11.4 | 16.48 | - |
| YUV | 97.59 | 135.57 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 111 | 0 | 0.37 | 0.13 | 0.50 | 320.43 | 0.23 | 0.41 |
| Hex | 7F | 50 | 6F | 0 | 25 | D | 32 | 140 | 17 | 29 |
| Octal | 177 | 120 | 157 | 0 | 45 | 15 | 62 | 500 | 27 | 51 |
| Binary | 1111111 | 1010000 | 1101111 | 0 | 100101 | 1101 | 110010 | 101000000 | 10111 | 101001 |
Color Harmonies of #7F506F
Complementary color
Monochromatic Colors of #7F506F
Black with #7F506F
Text Example
Text Example
White with #7F506F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F506F; }
p { color: rgb(127,80,111); }
H1.HeaderClassName
{
color: #7F506F;
}
.AnyTagClassName
{
color: #7F506F;
}
</style>
background-color css
<style>
a { background-color: #7F506F; }
a { background-color: rgb(127,80,111); }
div.DivClassName
{
background-color: #7F506F;
}
.BgClassName
{
background-color: #7F506F;
}
</style>
border-color css
<style>
span { border-color: #7F506F; }
span { border-color: rgb(127,80,111); }
td.TdClassName
{
border-color: #7F506F;
}
.TagClassName
{
border-color: #7F506F;
}
</style>