Shades of Cosmic #7F456E
Tints of Cosmic #7F456E
RGB
CMYK
RGB Variations
Color information
#7F456E (or 0x7F456E) is known color: Cosmic. HEX triplet: 7F, 45 and 6E. RGB value is (127,69,110). Sum of RGB (Red+Green+Blue) = 127+69+110=306 (40% of max value = 765). Red value is 127 (50% from 255 or 41.50% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 127 - color contains mainly: red. Hex color #7F456E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F456E is #80BA91. Grayscale: #5A5A5A. Windows color (decimal): -8436370 or 7226751. OLE color: 7226751.
HSL color Cylindrical-coordinate representation of color #7F456E: hue angle of 317.59º 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 #7F456E is Cyan = 0, Magento = 0.46, Yellow = 0.13 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 69 | 110 | - |
| CMYK | 0 | 0.46 | 0.13 | 0.50 |
| HSL | 317.59º | 0.3% | 0.38% | - |
| HSV(B) | 317.59º | 0.46% | 0.5% | - |
| XYZ | 13.69 | 9.89 | 15.94 | - |
| YUV | 91.02 | 138.72 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 69 | 110 | 0 | 0.46 | 0.13 | 0.50 | 317.59 | 0.3 | 0.38 |
| Hex | 7F | 45 | 6E | 0 | 2E | D | 32 | 13E | 1E | 26 |
| Octal | 177 | 105 | 156 | 0 | 56 | 15 | 62 | 476 | 36 | 46 |
| Binary | 1111111 | 1000101 | 1101110 | 0 | 101110 | 1101 | 110010 | 100111110 | 11110 | 100110 |
Color Harmonies of #7F456E
Complementary color
Monochromatic Colors of #7F456E
Black with #7F456E
Text Example
Text Example
White with #7F456E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F456E; }
p { color: rgb(127,69,110); }
H1.HeaderClassName
{
color: #7F456E;
}
.AnyTagClassName
{
color: #7F456E;
}
</style>
background-color css
<style>
a { background-color: #7F456E; }
a { background-color: rgb(127,69,110); }
div.DivClassName
{
background-color: #7F456E;
}
.BgClassName
{
background-color: #7F456E;
}
</style>
border-color css
<style>
span { border-color: #7F456E; }
span { border-color: rgb(127,69,110); }
td.TdClassName
{
border-color: #7F456E;
}
.TagClassName
{
border-color: #7F456E;
}
</style>