Shades of Cosmic #7F3C65
Tints of Cosmic #7F3C65
RGB
CMYK
RGB Variations
Color information
#7F3C65 (or 0x7F3C65) is known color: Cosmic. HEX triplet: 7F, 3C and 65. RGB value is (127,60,101). Sum of RGB (Red+Green+Blue) = 127+60+101=288 (38% of max value = 765). Red value is 127 (50% from 255 or 44.10% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 101 (39.84% from 255 or 35.07% from 288); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3C65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3C65 is #80C39A. Grayscale: #545454. Windows color (decimal): -8438683 or 6634623. OLE color: 6634623.
HSL color Cylindrical-coordinate representation of color #7F3C65: hue angle of 323.28º degrees, saturation: 0.36, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #7F3C65 is Cyan = 0, Magento = 0.53, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 60 | 101 | - |
| CMYK | 0 | 0.53 | 0.20 | 0.50 |
| HSL | 323.28º | 0.36% | 0.37% | - |
| HSV(B) | 323.28º | 0.53% | 0.5% | - |
| XYZ | 12.72 | 8.68 | 13.32 | - |
| YUV | 84.71 | 137.2 | 158.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 60 | 101 | 0 | 0.53 | 0.20 | 0.50 | 323.28 | 0.36 | 0.37 |
| Hex | 7F | 3C | 65 | 0 | 35 | 14 | 32 | 143 | 24 | 25 |
| Octal | 177 | 74 | 145 | 0 | 65 | 24 | 62 | 503 | 44 | 45 |
| Binary | 1111111 | 111100 | 1100101 | 0 | 110101 | 10100 | 110010 | 101000011 | 100100 | 100101 |
Color Harmonies of #7F3C65
Complementary color
Monochromatic Colors of #7F3C65
Black with #7F3C65
Text Example
Text Example
White with #7F3C65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3C65; }
p { color: rgb(127,60,101); }
H1.HeaderClassName
{
color: #7F3C65;
}
.AnyTagClassName
{
color: #7F3C65;
}
</style>
background-color css
<style>
a { background-color: #7F3C65; }
a { background-color: rgb(127,60,101); }
div.DivClassName
{
background-color: #7F3C65;
}
.BgClassName
{
background-color: #7F3C65;
}
</style>
border-color css
<style>
span { border-color: #7F3C65; }
span { border-color: rgb(127,60,101); }
td.TdClassName
{
border-color: #7F3C65;
}
.TagClassName
{
border-color: #7F3C65;
}
</style>