Shades of Flirt #762345
Tints of Flirt #762345
RGB
CMYK
RGB Variations
Color information
#762345 (or 0x762345) is known color: Flirt. HEX triplet: 76, 23 and 45. RGB value is (118,35,69). Sum of RGB (Red+Green+Blue) = 118+35+69=222 (29% of max value = 765). Red value is 118 (46.48% from 255 or 53.15% from 222); Green value is 35 (14.06% from 255 or 15.77% from 222); Blue value is 69 (27.34% from 255 or 31.08% from 222); Max value from RGB is 118 - color contains mainly: red. Hex color #762345 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #762345 is #89DCBA. Grayscale: #3F3F3F. Windows color (decimal): -9034939 or 4531062. OLE color: 4531062.
HSL color Cylindrical-coordinate representation of color #762345: hue angle of 335.42º degrees, saturation: 0.54, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #762345 is Cyan = 0, Magento = 0.70, Yellow = 0.42 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 35 | 69 | - |
| CMYK | 0 | 0.70 | 0.42 | 0.54 |
| HSL | 335.42º | 0.54% | 0.3% | - |
| HSV(B) | 335.42º | 0.7% | 0.46% | - |
| XYZ | 9.15 | 5.48 | 6.21 | - |
| YUV | 63.69 | 131 | 166.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 35 | 69 | 0 | 0.70 | 0.42 | 0.54 | 335.42 | 0.54 | 0.3 |
| Hex | 76 | 23 | 45 | 0 | 46 | 2A | 36 | 14F | 36 | 1E |
| Octal | 166 | 43 | 105 | 0 | 106 | 52 | 66 | 517 | 66 | 36 |
| Binary | 1110110 | 100011 | 1000101 | 0 | 1000110 | 101010 | 110110 | 101001111 | 110110 | 11110 |
Color Harmonies of #762345
Complementary color
Monochromatic Colors of #762345
Black with #762345
Text Example
Text Example
White with #762345
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #762345; }
p { color: rgb(118,35,69); }
H1.HeaderClassName
{
color: #762345;
}
.AnyTagClassName
{
color: #762345;
}
</style>
background-color css
<style>
a { background-color: #762345; }
a { background-color: rgb(118,35,69); }
div.DivClassName
{
background-color: #762345;
}
.BgClassName
{
background-color: #762345;
}
</style>
border-color css
<style>
span { border-color: #762345; }
span { border-color: rgb(118,35,69); }
td.TdClassName
{
border-color: #762345;
}
.TagClassName
{
border-color: #762345;
}
</style>