Shades of Cosmic #7F505C
Tints of Cosmic #7F505C
RGB
CMYK
RGB Variations
Color information
#7F505C (or 0x7F505C) is known color: Cosmic. HEX triplet: 7F, 50 and 5C. RGB value is (127,80,92). Sum of RGB (Red+Green+Blue) = 127+80+92=299 (39% of max value = 765). Red value is 127 (50% from 255 or 42.47% from 299); Green value is 80 (31.64% from 255 or 26.76% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 127 - color contains mainly: red. Hex color #7F505C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F505C is #80AFA3. Grayscale: #5F5F5F. Windows color (decimal): -8433572 or 6049919. OLE color: 6049919.
HSL color Cylindrical-coordinate representation of color #7F505C: hue angle of 344.68º 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 #7F505C is Cyan = 0, Magento = 0.37, Yellow = 0.28 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 80 | 92 | - |
| CMYK | 0 | 0.37 | 0.28 | 0.50 |
| HSL | 344.68º | 0.23% | 0.41% | - |
| HSV(B) | 344.68º | 0.37% | 0.5% | - |
| XYZ | 13.55 | 11.02 | 11.54 | - |
| YUV | 95.42 | 126.07 | 150.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 80 | 92 | 0 | 0.37 | 0.28 | 0.50 | 344.68 | 0.23 | 0.41 |
| Hex | 7F | 50 | 5C | 0 | 25 | 1C | 32 | 159 | 17 | 29 |
| Octal | 177 | 120 | 134 | 0 | 45 | 34 | 62 | 531 | 27 | 51 |
| Binary | 1111111 | 1010000 | 1011100 | 0 | 100101 | 11100 | 110010 | 101011001 | 10111 | 101001 |
Color Harmonies of #7F505C
Complementary color
Monochromatic Colors of #7F505C
Black with #7F505C
Text Example
Text Example
White with #7F505C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F505C; }
p { color: rgb(127,80,92); }
H1.HeaderClassName
{
color: #7F505C;
}
.AnyTagClassName
{
color: #7F505C;
}
</style>
background-color css
<style>
a { background-color: #7F505C; }
a { background-color: rgb(127,80,92); }
div.DivClassName
{
background-color: #7F505C;
}
.BgClassName
{
background-color: #7F505C;
}
</style>
border-color css
<style>
span { border-color: #7F505C; }
span { border-color: rgb(127,80,92); }
td.TdClassName
{
border-color: #7F505C;
}
.TagClassName
{
border-color: #7F505C;
}
</style>