Shades of Cosmic #7F395E
Tints of Cosmic #7F395E
RGB
CMYK
RGB Variations
Color information
#7F395E (or 0x7F395E) is known color: Cosmic. HEX triplet: 7F, 39 and 5E. RGB value is (127,57,94). Sum of RGB (Red+Green+Blue) = 127+57+94=278 (36% of max value = 765). Red value is 127 (50% from 255 or 45.68% from 278); Green value is 57 (22.66% from 255 or 20.50% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 127 - color contains mainly: red. Hex color #7F395E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F395E is #80C6A1. Grayscale: #525252. Windows color (decimal): -8439458 or 6175103. OLE color: 6175103.
HSL color Cylindrical-coordinate representation of color #7F395E: hue angle of 328.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7F395E is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 57 | 94 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.50 |
| HSL | 328.29º | 0.38% | 0.36% | - |
| HSV(B) | 328.29º | 0.55% | 0.5% | - |
| XYZ | 12.24 | 8.25 | 11.54 | - |
| YUV | 82.15 | 134.69 | 159.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 57 | 94 | 0 | 0.55 | 0.26 | 0.50 | 328.29 | 0.38 | 0.36 |
| Hex | 7F | 39 | 5E | 0 | 37 | 1A | 32 | 148 | 26 | 24 |
| Octal | 177 | 71 | 136 | 0 | 67 | 32 | 62 | 510 | 46 | 44 |
| Binary | 1111111 | 111001 | 1011110 | 0 | 110111 | 11010 | 110010 | 101001000 | 100110 | 100100 |
Color Harmonies of #7F395E
Complementary color
Monochromatic Colors of #7F395E
Black with #7F395E
Text Example
Text Example
White with #7F395E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F395E; }
p { color: rgb(127,57,94); }
H1.HeaderClassName
{
color: #7F395E;
}
.AnyTagClassName
{
color: #7F395E;
}
</style>
background-color css
<style>
a { background-color: #7F395E; }
a { background-color: rgb(127,57,94); }
div.DivClassName
{
background-color: #7F395E;
}
.BgClassName
{
background-color: #7F395E;
}
</style>
border-color css
<style>
span { border-color: #7F395E; }
span { border-color: rgb(127,57,94); }
td.TdClassName
{
border-color: #7F395E;
}
.TagClassName
{
border-color: #7F395E;
}
</style>