Shades of Flirt #77314B
Tints of Flirt #77314B
RGB
CMYK
RGB Variations
Color information
#77314B (or 0x77314B) is known color: Flirt. HEX triplet: 77, 31 and 4B. RGB value is (119,49,75). Sum of RGB (Red+Green+Blue) = 119+49+75=243 (32% of max value = 765). Red value is 119 (46.88% from 255 or 48.97% from 243); Green value is 49 (19.53% from 255 or 20.16% from 243); Blue value is 75 (29.69% from 255 or 30.86% from 243); Max value from RGB is 119 - color contains mainly: red. Hex color #77314B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #77314B is #88CEB4. Grayscale: #484848. Windows color (decimal): -8965813 or 4927863. OLE color: 4927863.
HSL color Cylindrical-coordinate representation of color #77314B: hue angle of 337.71º degrees, saturation: 0.42, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #77314B is Cyan = 0, Magento = 0.59, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 49 | 75 | - |
| CMYK | 0 | 0.59 | 0.37 | 0.53 |
| HSL | 337.71º | 0.42% | 0.33% | - |
| HSV(B) | 337.71º | 0.59% | 0.47% | - |
| XYZ | 9.98 | 6.63 | 7.41 | - |
| YUV | 72.89 | 129.19 | 160.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 49 | 75 | 0 | 0.59 | 0.37 | 0.53 | 337.71 | 0.42 | 0.33 |
| Hex | 77 | 31 | 4B | 0 | 3B | 25 | 35 | 152 | 2A | 21 |
| Octal | 167 | 61 | 113 | 0 | 73 | 45 | 65 | 522 | 52 | 41 |
| Binary | 1110111 | 110001 | 1001011 | 0 | 111011 | 100101 | 110101 | 101010010 | 101010 | 100001 |
Color Harmonies of #77314B
Complementary color
Monochromatic Colors of #77314B
Black with #77314B
Text Example
Text Example
White with #77314B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #77314B; }
p { color: rgb(119,49,75); }
H1.HeaderClassName
{
color: #77314B;
}
.AnyTagClassName
{
color: #77314B;
}
</style>
background-color css
<style>
a { background-color: #77314B; }
a { background-color: rgb(119,49,75); }
div.DivClassName
{
background-color: #77314B;
}
.BgClassName
{
background-color: #77314B;
}
</style>
border-color css
<style>
span { border-color: #77314B; }
span { border-color: rgb(119,49,75); }
td.TdClassName
{
border-color: #77314B;
}
.TagClassName
{
border-color: #77314B;
}
</style>