Shades of Flirt #7B2D4D
Tints of Flirt #7B2D4D
RGB
CMYK
RGB Variations
Color information
#7B2D4D (or 0x7B2D4D) is known color: Flirt. HEX triplet: 7B, 2D and 4D. RGB value is (123,45,77). Sum of RGB (Red+Green+Blue) = 123+45+77=245 (32% of max value = 765). Red value is 123 (48.44% from 255 or 50.20% from 245); Green value is 45 (17.97% from 255 or 18.37% from 245); Blue value is 77 (30.47% from 255 or 31.43% from 245); Max value from RGB is 123 - color contains mainly: red. Hex color #7B2D4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #7B2D4D is #84D2B2. Grayscale: #474747. Windows color (decimal): -8704691 or 5057915. OLE color: 5057915.
HSL color Cylindrical-coordinate representation of color #7B2D4D: hue angle of 335.38º degrees, saturation: 0.46, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #7B2D4D is Cyan = 0, Magento = 0.63, Yellow = 0.37 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 45 | 77 | - |
| CMYK | 0 | 0.63 | 0.37 | 0.52 |
| HSL | 335.38º | 0.46% | 0.33% | - |
| HSV(B) | 335.38º | 0.63% | 0.48% | - |
| XYZ | 10.45 | 6.62 | 7.75 | - |
| YUV | 71.97 | 130.84 | 164.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 45 | 77 | 0 | 0.63 | 0.37 | 0.52 | 335.38 | 0.46 | 0.33 |
| Hex | 7B | 2D | 4D | 0 | 3F | 25 | 34 | 14F | 2E | 21 |
| Octal | 173 | 55 | 115 | 0 | 77 | 45 | 64 | 517 | 56 | 41 |
| Binary | 1111011 | 101101 | 1001101 | 0 | 111111 | 100101 | 110100 | 101001111 | 101110 | 100001 |
Color Harmonies of #7B2D4D
Complementary color
Monochromatic Colors of #7B2D4D
Black with #7B2D4D
Text Example
Text Example
White with #7B2D4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B2D4D; }
p { color: rgb(123,45,77); }
H1.HeaderClassName
{
color: #7B2D4D;
}
.AnyTagClassName
{
color: #7B2D4D;
}
</style>
background-color css
<style>
a { background-color: #7B2D4D; }
a { background-color: rgb(123,45,77); }
div.DivClassName
{
background-color: #7B2D4D;
}
.BgClassName
{
background-color: #7B2D4D;
}
</style>
border-color css
<style>
span { border-color: #7B2D4D; }
span { border-color: rgb(123,45,77); }
td.TdClassName
{
border-color: #7B2D4D;
}
.TagClassName
{
border-color: #7B2D4D;
}
</style>