Shades of Flirt #7F3854
Tints of Flirt #7F3854
RGB
CMYK
RGB Variations
Color information
#7F3854 (or 0x7F3854) is known color: Flirt. HEX triplet: 7F, 38 and 54. RGB value is (127,56,84). Sum of RGB (Red+Green+Blue) = 127+56+84=267 (35% of max value = 765). Red value is 127 (50% from 255 or 47.57% from 267); Green value is 56 (22.27% from 255 or 20.97% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3854 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3854 is #80C7AB. Grayscale: #505050. Windows color (decimal): -8439724 or 5519487. OLE color: 5519487.
HSL color Cylindrical-coordinate representation of color #7F3854: hue angle of 336.34º degrees, saturation: 0.39, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7F3854 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 56 | 84 | - |
| CMYK | 0 | 0.56 | 0.34 | 0.50 |
| HSL | 336.34º | 0.39% | 0.36% | - |
| HSV(B) | 336.34º | 0.56% | 0.5% | - |
| XYZ | 11.77 | 7.98 | 9.31 | - |
| YUV | 80.42 | 130.02 | 161.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 56 | 84 | 0 | 0.56 | 0.34 | 0.50 | 336.34 | 0.39 | 0.36 |
| Hex | 7F | 38 | 54 | 0 | 38 | 22 | 32 | 150 | 27 | 24 |
| Octal | 177 | 70 | 124 | 0 | 70 | 42 | 62 | 520 | 47 | 44 |
| Binary | 1111111 | 111000 | 1010100 | 0 | 111000 | 100010 | 110010 | 101010000 | 100111 | 100100 |
Color Harmonies of #7F3854
Complementary color
Monochromatic Colors of #7F3854
Black with #7F3854
Text Example
Text Example
White with #7F3854
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3854; }
p { color: rgb(127,56,84); }
H1.HeaderClassName
{
color: #7F3854;
}
.AnyTagClassName
{
color: #7F3854;
}
</style>
background-color css
<style>
a { background-color: #7F3854; }
a { background-color: rgb(127,56,84); }
div.DivClassName
{
background-color: #7F3854;
}
.BgClassName
{
background-color: #7F3854;
}
</style>
border-color css
<style>
span { border-color: #7F3854; }
span { border-color: rgb(127,56,84); }
td.TdClassName
{
border-color: #7F3854;
}
.TagClassName
{
border-color: #7F3854;
}
</style>