Shades of Cosmic #7F445D
Tints of Cosmic #7F445D
RGB
CMYK
RGB Variations
Color information
#7F445D (or 0x7F445D) is known color: Cosmic. HEX triplet: 7F, 44 and 5D. RGB value is (127,68,93). Sum of RGB (Red+Green+Blue) = 127+68+93=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 68 (26.95% from 255 or 23.61% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 127 - color contains mainly: red. Hex color #7F445D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F445D is #80BBA2. Grayscale: #585858. Windows color (decimal): -8436643 or 6112383. OLE color: 6112383.
HSL color Cylindrical-coordinate representation of color #7F445D: hue angle of 334.58º 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 #7F445D is Cyan = 0, Magento = 0.46, Yellow = 0.27 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 68 | 93 | - |
| CMYK | 0 | 0.46 | 0.27 | 0.50 |
| HSL | 334.58º | 0.3% | 0.38% | - |
| HSV(B) | 334.58º | 0.46% | 0.5% | - |
| XYZ | 12.8 | 9.44 | 11.5 | - |
| YUV | 88.49 | 130.55 | 155.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 68 | 93 | 0 | 0.46 | 0.27 | 0.50 | 334.58 | 0.3 | 0.38 |
| Hex | 7F | 44 | 5D | 0 | 2E | 1B | 32 | 14F | 1E | 26 |
| Octal | 177 | 104 | 135 | 0 | 56 | 33 | 62 | 517 | 36 | 46 |
| Binary | 1111111 | 1000100 | 1011101 | 0 | 101110 | 11011 | 110010 | 101001111 | 11110 | 100110 |
Color Harmonies of #7F445D
Complementary color
Monochromatic Colors of #7F445D
Black with #7F445D
Text Example
Text Example
White with #7F445D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F445D; }
p { color: rgb(127,68,93); }
H1.HeaderClassName
{
color: #7F445D;
}
.AnyTagClassName
{
color: #7F445D;
}
</style>
background-color css
<style>
a { background-color: #7F445D; }
a { background-color: rgb(127,68,93); }
div.DivClassName
{
background-color: #7F445D;
}
.BgClassName
{
background-color: #7F445D;
}
</style>
border-color css
<style>
span { border-color: #7F445D; }
span { border-color: rgb(127,68,93); }
td.TdClassName
{
border-color: #7F445D;
}
.TagClassName
{
border-color: #7F445D;
}
</style>