Shades of Flirt #7F3855
Tints of Flirt #7F3855
RGB
CMYK
RGB Variations
Color information
#7F3855 (or 0x7F3855) is known color: Flirt. HEX triplet: 7F, 38 and 55. RGB value is (127,56,85). Sum of RGB (Red+Green+Blue) = 127+56+85=268 (35% of max value = 765). Red value is 127 (50% from 255 or 47.39% from 268); Green value is 56 (22.27% from 255 or 20.90% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3855 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7F3855 is #80C7AA. Grayscale: #505050. Windows color (decimal): -8439723 or 5585023. OLE color: 5585023.
HSL color Cylindrical-coordinate representation of color #7F3855: hue angle of 335.49º 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 #7F3855 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 127 | 56 | 85 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.50 |
| HSL | 335.49º | 0.39% | 0.36% | - |
| HSV(B) | 335.49º | 0.56% | 0.5% | - |
| XYZ | 11.81 | 8 | 9.52 | - |
| YUV | 80.54 | 130.52 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 56 | 85 | 0 | 0.56 | 0.33 | 0.50 | 335.49 | 0.39 | 0.36 |
| Hex | 7F | 38 | 55 | 0 | 38 | 21 | 32 | 14F | 27 | 24 |
| Octal | 177 | 70 | 125 | 0 | 70 | 41 | 62 | 517 | 47 | 44 |
| Binary | 1111111 | 111000 | 1010101 | 0 | 111000 | 100001 | 110010 | 101001111 | 100111 | 100100 |
Color Harmonies of #7F3855
Complementary color
Monochromatic Colors of #7F3855
Black with #7F3855
Text Example
Text Example
White with #7F3855
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F3855; }
p { color: rgb(127,56,85); }
H1.HeaderClassName
{
color: #7F3855;
}
.AnyTagClassName
{
color: #7F3855;
}
</style>
background-color css
<style>
a { background-color: #7F3855; }
a { background-color: rgb(127,56,85); }
div.DivClassName
{
background-color: #7F3855;
}
.BgClassName
{
background-color: #7F3855;
}
</style>
border-color css
<style>
span { border-color: #7F3855; }
span { border-color: rgb(127,56,85); }
td.TdClassName
{
border-color: #7F3855;
}
.TagClassName
{
border-color: #7F3855;
}
</style>