Shades of Cosmic #7F456D
Tints of Cosmic #7F456D
RGB
CMYK
RGB Variations
Color information
#7F456D (or 0x7F456D) is known color: Cosmic. HEX triplet: 7F, 45 and 6D. RGB value is (127,69,109). Sum of RGB (Red+Green+Blue) = 127+69+109=305 (40% of max value = 765). Red value is 127 (50% from 255 or 41.64% from 305); Green value is 69 (27.34% from 255 or 22.62% from 305); Blue value is 109 (42.97% from 255 or 35.74% from 305); Max value from RGB is 127 - color contains mainly: red. Hex color #7F456D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F456D is #80BA92. Grayscale: #5A5A5A. Windows color (decimal): -8436371 or 7161215. OLE color: 7161215.
HSL color Cylindrical-coordinate representation of color #7F456D: hue angle of 318.62º 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 #7F456D is Cyan = 0, Magento = 0.46, Yellow = 0.14 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 69 | 109 | - |
| CMYK | 0 | 0.46 | 0.14 | 0.50 |
| HSL | 318.62º | 0.3% | 0.38% | - |
| HSV(B) | 318.62º | 0.46% | 0.5% | - |
| XYZ | 13.64 | 9.87 | 15.65 | - |
| YUV | 90.9 | 138.22 | 153.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 69 | 109 | 0 | 0.46 | 0.14 | 0.50 | 318.62 | 0.3 | 0.38 |
| Hex | 7F | 45 | 6D | 0 | 2E | E | 32 | 13F | 1E | 26 |
| Octal | 177 | 105 | 155 | 0 | 56 | 16 | 62 | 477 | 36 | 46 |
| Binary | 1111111 | 1000101 | 1101101 | 0 | 101110 | 1110 | 110010 | 100111111 | 11110 | 100110 |
Color Harmonies of #7F456D
Complementary color
Monochromatic Colors of #7F456D
Black with #7F456D
Text Example
Text Example
White with #7F456D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F456D; }
p { color: rgb(127,69,109); }
H1.HeaderClassName
{
color: #7F456D;
}
.AnyTagClassName
{
color: #7F456D;
}
</style>
background-color css
<style>
a { background-color: #7F456D; }
a { background-color: rgb(127,69,109); }
div.DivClassName
{
background-color: #7F456D;
}
.BgClassName
{
background-color: #7F456D;
}
</style>
border-color css
<style>
span { border-color: #7F456D; }
span { border-color: rgb(127,69,109); }
td.TdClassName
{
border-color: #7F456D;
}
.TagClassName
{
border-color: #7F456D;
}
</style>