Shades of Flirt #7C3852
Tints of Flirt #7C3852
RGB
CMYK
RGB Variations
Color information
#7C3852 (or 0x7C3852) is known color: Flirt. HEX triplet: 7C, 38 and 52. RGB value is (124,56,82). Sum of RGB (Red+Green+Blue) = 124+56+82=262 (34% of max value = 765). Red value is 124 (48.83% from 255 or 47.33% from 262); Green value is 56 (22.27% from 255 or 21.37% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 124 - color contains mainly: red. Hex color #7C3852 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7C3852 is #83C7AD. Grayscale: #4F4F4F. Windows color (decimal): -8636334 or 5388412. OLE color: 5388412.
HSL color Cylindrical-coordinate representation of color #7C3852: hue angle of 337.06º degrees, saturation: 0.38, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #7C3852 is Cyan = 0, Magento = 0.55, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 124 | 56 | 82 | - |
| CMYK | 0 | 0.55 | 0.34 | 0.51 |
| HSL | 337.06º | 0.38% | 0.35% | - |
| HSV(B) | 337.06º | 0.55% | 0.49% | - |
| XYZ | 11.25 | 7.72 | 8.88 | - |
| YUV | 79.3 | 129.53 | 159.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 124 | 56 | 82 | 0 | 0.55 | 0.34 | 0.51 | 337.06 | 0.38 | 0.35 |
| Hex | 7C | 38 | 52 | 0 | 37 | 22 | 33 | 151 | 26 | 23 |
| Octal | 174 | 70 | 122 | 0 | 67 | 42 | 63 | 521 | 46 | 43 |
| Binary | 1111100 | 111000 | 1010010 | 0 | 110111 | 100010 | 110011 | 101010001 | 100110 | 100011 |
Color Harmonies of #7C3852
Complementary color
Monochromatic Colors of #7C3852
Black with #7C3852
Text Example
Text Example
White with #7C3852
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7C3852; }
p { color: rgb(124,56,82); }
H1.HeaderClassName
{
color: #7C3852;
}
.AnyTagClassName
{
color: #7C3852;
}
</style>
background-color css
<style>
a { background-color: #7C3852; }
a { background-color: rgb(124,56,82); }
div.DivClassName
{
background-color: #7C3852;
}
.BgClassName
{
background-color: #7C3852;
}
</style>
border-color css
<style>
span { border-color: #7C3852; }
span { border-color: rgb(124,56,82); }
td.TdClassName
{
border-color: #7C3852;
}
.TagClassName
{
border-color: #7C3852;
}
</style>