Shades of Flirt #76345A
Tints of Flirt #76345A
RGB
CMYK
RGB Variations
Color information
#76345A (or 0x76345A) is known color: Flirt. HEX triplet: 76, 34 and 5A. RGB value is (118,52,90). Sum of RGB (Red+Green+Blue) = 118+52+90=260 (34% of max value = 765). Red value is 118 (46.48% from 255 or 45.38% from 260); Green value is 52 (20.70% from 255 or 20% from 260); Blue value is 90 (35.55% from 255 or 34.62% from 260); Max value from RGB is 118 - color contains mainly: red. Hex color #76345A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #76345A is #89CBA5. Grayscale: #4B4B4B. Windows color (decimal): -9030566 or 5911670. OLE color: 5911670.
HSL color Cylindrical-coordinate representation of color #76345A: hue angle of 325.45º degrees, saturation: 0.39, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #76345A is Cyan = 0, Magento = 0.56, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 52 | 90 | - |
| CMYK | 0 | 0.56 | 0.24 | 0.54 |
| HSL | 325.45º | 0.39% | 0.33% | - |
| HSV(B) | 325.45º | 0.56% | 0.46% | - |
| XYZ | 10.54 | 7.05 | 10.48 | - |
| YUV | 76.07 | 135.87 | 157.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 52 | 90 | 0 | 0.56 | 0.24 | 0.54 | 325.45 | 0.39 | 0.33 |
| Hex | 76 | 34 | 5A | 0 | 38 | 18 | 36 | 145 | 27 | 21 |
| Octal | 166 | 64 | 132 | 0 | 70 | 30 | 66 | 505 | 47 | 41 |
| Binary | 1110110 | 110100 | 1011010 | 0 | 111000 | 11000 | 110110 | 101000101 | 100111 | 100001 |
Color Harmonies of #76345A
Complementary color
Monochromatic Colors of #76345A
Black with #76345A
Text Example
Text Example
White with #76345A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76345A; }
p { color: rgb(118,52,90); }
H1.HeaderClassName
{
color: #76345A;
}
.AnyTagClassName
{
color: #76345A;
}
</style>
background-color css
<style>
a { background-color: #76345A; }
a { background-color: rgb(118,52,90); }
div.DivClassName
{
background-color: #76345A;
}
.BgClassName
{
background-color: #76345A;
}
</style>
border-color css
<style>
span { border-color: #76345A; }
span { border-color: rgb(118,52,90); }
td.TdClassName
{
border-color: #76345A;
}
.TagClassName
{
border-color: #76345A;
}
</style>