Shades of Flirt #7D3754
Tints of Flirt #7D3754
RGB
CMYK
RGB Variations
Color information
#7D3754 (or 0x7D3754) is known color: Flirt. HEX triplet: 7D, 37 and 54. RGB value is (125,55,84). Sum of RGB (Red+Green+Blue) = 125+55+84=264 (34% of max value = 765). Red value is 125 (49.22% from 255 or 47.35% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 125 - color contains mainly: red. Hex color #7D3754 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7D3754 is #82C8AB. Grayscale: #4F4F4F. Windows color (decimal): -8571052 or 5519229. OLE color: 5519229.
HSL color Cylindrical-coordinate representation of color #7D3754: hue angle of 335.14º 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 #7D3754 is Cyan = 0, Magento = 0.56, Yellow = 0.33 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 125 | 55 | 84 | - |
| CMYK | 0 | 0.56 | 0.33 | 0.51 |
| HSL | 335.14º | 0.39% | 0.35% | - |
| HSV(B) | 335.14º | 0.56% | 0.49% | - |
| XYZ | 11.42 | 7.73 | 9.28 | - |
| YUV | 79.24 | 130.69 | 160.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 125 | 55 | 84 | 0 | 0.56 | 0.33 | 0.51 | 335.14 | 0.39 | 0.35 |
| Hex | 7D | 37 | 54 | 0 | 38 | 21 | 33 | 14F | 27 | 23 |
| Octal | 175 | 67 | 124 | 0 | 70 | 41 | 63 | 517 | 47 | 43 |
| Binary | 1111101 | 110111 | 1010100 | 0 | 111000 | 100001 | 110011 | 101001111 | 100111 | 100011 |
Color Harmonies of #7D3754
Complementary color
Monochromatic Colors of #7D3754
Black with #7D3754
Text Example
Text Example
White with #7D3754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7D3754; }
p { color: rgb(125,55,84); }
H1.HeaderClassName
{
color: #7D3754;
}
.AnyTagClassName
{
color: #7D3754;
}
</style>
background-color css
<style>
a { background-color: #7D3754; }
a { background-color: rgb(125,55,84); }
div.DivClassName
{
background-color: #7D3754;
}
.BgClassName
{
background-color: #7D3754;
}
</style>
border-color css
<style>
span { border-color: #7D3754; }
span { border-color: rgb(125,55,84); }
td.TdClassName
{
border-color: #7D3754;
}
.TagClassName
{
border-color: #7D3754;
}
</style>