Shades of Flirt #772A45
Tints of Flirt #772A45
RGB
CMYK
RGB Variations
Color information
#772A45 (or 0x772A45) is known color: Flirt. HEX triplet: 77, 2A and 45. RGB value is (119,42,69). Sum of RGB (Red+Green+Blue) = 119+42+69=230 (30% of max value = 765). Red value is 119 (46.88% from 255 or 51.74% from 230); Green value is 42 (16.80% from 255 or 18.26% from 230); Blue value is 69 (27.34% from 255 or 30% from 230); Max value from RGB is 119 - color contains mainly: red. Hex color #772A45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #772A45 is #88D5BA. Grayscale: #444444. Windows color (decimal): -8967611 or 4532855. OLE color: 4532855.
HSL color Cylindrical-coordinate representation of color #772A45: hue angle of 338.96º degrees, saturation: 0.48, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #772A45 is Cyan = 0, Magento = 0.65, Yellow = 0.42 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 42 | 69 | - |
| CMYK | 0 | 0.65 | 0.42 | 0.53 |
| HSL | 338.96º | 0.48% | 0.32% | - |
| HSV(B) | 338.96º | 0.65% | 0.47% | - |
| XYZ | 9.51 | 6.01 | 6.29 | - |
| YUV | 68.1 | 128.51 | 164.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 42 | 69 | 0 | 0.65 | 0.42 | 0.53 | 338.96 | 0.48 | 0.32 |
| Hex | 77 | 2A | 45 | 0 | 41 | 2A | 35 | 153 | 30 | 20 |
| Octal | 167 | 52 | 105 | 0 | 101 | 52 | 65 | 523 | 60 | 40 |
| Binary | 1110111 | 101010 | 1000101 | 0 | 1000001 | 101010 | 110101 | 101010011 | 110000 | 100000 |
Color Harmonies of #772A45
Complementary color
Monochromatic Colors of #772A45
Black with #772A45
Text Example
Text Example
White with #772A45
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #772A45; }
p { color: rgb(119,42,69); }
H1.HeaderClassName
{
color: #772A45;
}
.AnyTagClassName
{
color: #772A45;
}
</style>
background-color css
<style>
a { background-color: #772A45; }
a { background-color: rgb(119,42,69); }
div.DivClassName
{
background-color: #772A45;
}
.BgClassName
{
background-color: #772A45;
}
</style>
border-color css
<style>
span { border-color: #772A45; }
span { border-color: rgb(119,42,69); }
td.TdClassName
{
border-color: #772A45;
}
.TagClassName
{
border-color: #772A45;
}
</style>