Shades of Cosmic #7F536D
Tints of Cosmic #7F536D
RGB
CMYK
RGB Variations
Color information
#7F536D (or 0x7F536D) is known color: Cosmic. HEX triplet: 7F, 53 and 6D. RGB value is (127,83,109). Sum of RGB (Red+Green+Blue) = 127+83+109=319 (42% of max value = 765). Red value is 127 (50% from 255 or 39.81% from 319); Green value is 83 (32.81% from 255 or 26.02% from 319); Blue value is 109 (42.97% from 255 or 34.17% from 319); Max value from RGB is 127 - color contains mainly: red. Hex color #7F536D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7F536D is #80AC92. Grayscale: #636363. Windows color (decimal): -8432787 or 7164799. OLE color: 7164799.
HSL color Cylindrical-coordinate representation of color #7F536D: hue angle of 324.55º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7F536D is Cyan = 0, Magento = 0.35, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 83 | 109 | - |
| CMYK | 0 | 0.35 | 0.14 | 0.50 |
| HSL | 324.55º | 0.21% | 0.41% | - |
| HSV(B) | 324.55º | 0.35% | 0.5% | - |
| XYZ | 14.61 | 11.8 | 15.98 | - |
| YUV | 99.12 | 133.58 | 147.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 83 | 109 | 0 | 0.35 | 0.14 | 0.50 | 324.55 | 0.21 | 0.41 |
| Hex | 7F | 53 | 6D | 0 | 23 | E | 32 | 145 | 15 | 29 |
| Octal | 177 | 123 | 155 | 0 | 43 | 16 | 62 | 505 | 25 | 51 |
| Binary | 1111111 | 1010011 | 1101101 | 0 | 100011 | 1110 | 110010 | 101000101 | 10101 | 101001 |
Color Harmonies of #7F536D
Complementary color
Monochromatic Colors of #7F536D
Black with #7F536D
Text Example
Text Example
White with #7F536D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F536D; }
p { color: rgb(127,83,109); }
H1.HeaderClassName
{
color: #7F536D;
}
.AnyTagClassName
{
color: #7F536D;
}
</style>
background-color css
<style>
a { background-color: #7F536D; }
a { background-color: rgb(127,83,109); }
div.DivClassName
{
background-color: #7F536D;
}
.BgClassName
{
background-color: #7F536D;
}
</style>
border-color css
<style>
span { border-color: #7F536D; }
span { border-color: rgb(127,83,109); }
td.TdClassName
{
border-color: #7F536D;
}
.TagClassName
{
border-color: #7F536D;
}
</style>