Shades of Cosmic #7F455D
Tints of Cosmic #7F455D
RGB
CMYK
RGB Variations
Color information
#7F455D (or 0x7F455D) is known color: Cosmic. HEX triplet: 7F, 45 and 5D. RGB value is (127,69,93). Sum of RGB (Red+Green+Blue) = 127+69+93=289 (38% of max value = 765). Red value is 127 (50% from 255 or 43.94% from 289); Green value is 69 (27.34% from 255 or 23.88% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 127 - color contains mainly: red. Hex color #7F455D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F455D is #80BAA2. Grayscale: #595959. Windows color (decimal): -8436387 or 6112639. OLE color: 6112639.
HSL color Cylindrical-coordinate representation of color #7F455D: hue angle of 335.17º degrees, saturation: 0.3, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #7F455D is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 69 | 93 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.50 |
| HSL | 335.17º | 0.3% | 0.38% | - |
| HSV(B) | 335.17º | 0.46% | 0.5% | - |
| XYZ | 12.86 | 9.56 | 11.52 | - |
| YUV | 89.08 | 130.22 | 155.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 69 | 93 | 0 | 0.46 | 0.27 | 0.50 | 335.17 | 0.3 | 0.38 |
| Hex | 7F | 45 | 5D | 0 | 2E | 1B | 32 | 14F | 1E | 26 |
| Octal | 177 | 105 | 135 | 0 | 56 | 33 | 62 | 517 | 36 | 46 |
| Binary | 1111111 | 1000101 | 1011101 | 0 | 101110 | 11011 | 110010 | 101001111 | 11110 | 100110 |
Color Harmonies of #7F455D
Complementary color
Monochromatic Colors of #7F455D
Black with #7F455D
Text Example
Text Example
White with #7F455D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F455D; }
p { color: rgb(127,69,93); }
H1.HeaderClassName
{
color: #7F455D;
}
.AnyTagClassName
{
color: #7F455D;
}
</style>
background-color css
<style>
a { background-color: #7F455D; }
a { background-color: rgb(127,69,93); }
div.DivClassName
{
background-color: #7F455D;
}
.BgClassName
{
background-color: #7F455D;
}
</style>
border-color css
<style>
span { border-color: #7F455D; }
span { border-color: rgb(127,69,93); }
td.TdClassName
{
border-color: #7F455D;
}
.TagClassName
{
border-color: #7F455D;
}
</style>