Shades of Flirt #7C3750
Tints of Flirt #7C3750
RGB
CMYK
RGB Variations
Color information
#7C3750 (or 0x7C3750) is known color: Flirt. HEX triplet: 7C, 37 and 50. RGB value is (124,55,80). Sum of RGB (Red+Green+Blue) = 124+55+80=259 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.88% from 259); Green value is 55 (21.88% from 255 or 21.24% from 259); Blue value is 80 (31.64% from 255 or 30.89% from 259); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3750 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3750 is #83C8AF. Grayscale: #4E4E4E. Windows color (decimal): -8636592 or 5257084. OLE color: 5257084.
HSL color Cylindrical-coordinate representation of color #7C3750: hue angle of 338.26º degrees, saturation: 0.39, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #7C3750 is Cyan = 0, Magento = 0.56, Yellow = 0.35 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 55 | 80 | - |
| CMYK | 0 | 0.56 | 0.35 | 0.51 |
| HSL | 338.26º | 0.39% | 0.35% | - |
| HSV(B) | 338.26º | 0.56% | 0.49% | - |
| XYZ | 11.13 | 7.6 | 8.47 | - |
| YUV | 78.48 | 128.86 | 160.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 55 | 80 | 0 | 0.56 | 0.35 | 0.51 | 338.26 | 0.39 | 0.35 |
| Hex | 7C | 37 | 50 | 0 | 38 | 23 | 33 | 152 | 27 | 23 |
| Octal | 174 | 67 | 120 | 0 | 70 | 43 | 63 | 522 | 47 | 43 |
| Binary | 1111100 | 110111 | 1010000 | 0 | 111000 | 100011 | 110011 | 101010010 | 100111 | 100011 |
Color Harmonies of #7C3750
Complementary color
Monochromatic Colors of #7C3750
Black with #7C3750
Text Example
Text Example
White with #7C3750
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3750; }
p { color: rgb(124,55,80); }
H1.HeaderClassName
{
color: #7C3750;
}
.AnyTagClassName
{
color: #7C3750;
}
</style>
background-color css
<style>
a { background-color: #7C3750; }
a { background-color: rgb(124,55,80); }
div.DivClassName
{
background-color: #7C3750;
}
.BgClassName
{
background-color: #7C3750;
}
</style>
border-color css
<style>
span { border-color: #7C3750; }
span { border-color: rgb(124,55,80); }
td.TdClassName
{
border-color: #7C3750;
}
.TagClassName
{
border-color: #7C3750;
}
</style>