Shades of Cosmic #7F4A65
Tints of Cosmic #7F4A65
RGB
CMYK
RGB Variations
Color information
#7F4A65 (or 0x7F4A65) is known color: Cosmic. HEX triplet: 7F, 4A and 65. RGB value is (127,74,101). Sum of RGB (Red+Green+Blue) = 127+74+101=302 (40% of max value = 765). Red value is 127 (50% from 255 or 42.05% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 101 (39.84% from 255 or 33.44% from 302); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4A65 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F4A65 is #80B59A. Grayscale: #5C5C5C. Windows color (decimal): -8435099 or 6638207. OLE color: 6638207.
HSL color Cylindrical-coordinate representation of color #7F4A65: hue angle of 329.43º degrees, saturation: 0.26, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F4A65 is Cyan = 0, Magento = 0.42, Yellow = 0.20 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 74 | 101 | - |
| CMYK | 0 | 0.42 | 0.20 | 0.50 |
| HSL | 329.43º | 0.26% | 0.39% | - |
| HSV(B) | 329.43º | 0.42% | 0.5% | - |
| XYZ | 13.55 | 10.35 | 13.6 | - |
| YUV | 92.93 | 132.56 | 152.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 74 | 101 | 0 | 0.42 | 0.20 | 0.50 | 329.43 | 0.26 | 0.39 |
| Hex | 7F | 4A | 65 | 0 | 2A | 14 | 32 | 149 | 1A | 27 |
| Octal | 177 | 112 | 145 | 0 | 52 | 24 | 62 | 511 | 32 | 47 |
| Binary | 1111111 | 1001010 | 1100101 | 0 | 101010 | 10100 | 110010 | 101001001 | 11010 | 100111 |
Color Harmonies of #7F4A65
Complementary color
Monochromatic Colors of #7F4A65
Black with #7F4A65
Text Example
Text Example
White with #7F4A65
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F4A65; }
p { color: rgb(127,74,101); }
H1.HeaderClassName
{
color: #7F4A65;
}
.AnyTagClassName
{
color: #7F4A65;
}
</style>
background-color css
<style>
a { background-color: #7F4A65; }
a { background-color: rgb(127,74,101); }
div.DivClassName
{
background-color: #7F4A65;
}
.BgClassName
{
background-color: #7F4A65;
}
</style>
border-color css
<style>
span { border-color: #7F4A65; }
span { border-color: rgb(127,74,101); }
td.TdClassName
{
border-color: #7F4A65;
}
.TagClassName
{
border-color: #7F4A65;
}
</style>