Shades of Flirt #7B334B
Tints of Flirt #7B334B
RGB
CMYK
RGB Variations
Color information
#7B334B (or 0x7B334B) is known color: Flirt. HEX triplet: 7B, 33 and 4B. RGB value is (123,51,75). Sum of RGB (Red+Green+Blue) = 123+51+75=249 (32% of max value = 765). Red value is 123 (48.44% from 255 or 49.40% from 249); Green value is 51 (20.31% from 255 or 20.48% from 249); Blue value is 75 (29.69% from 255 or 30.12% from 249); Max value from RGB is 123 - color contains mainly: red. Hex color #7B334B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7B334B is #84CCB4. Grayscale: #4B4B4B. Windows color (decimal): -8703157 or 4928379. OLE color: 4928379.
HSL color Cylindrical-coordinate representation of color #7B334B: hue angle of 340º degrees, saturation: 0.41, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7B334B is Cyan = 0, Magento = 0.59, Yellow = 0.39 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 51 | 75 | - |
| CMYK | 0 | 0.59 | 0.39 | 0.52 |
| HSL | 340º | 0.41% | 0.34% | - |
| HSV(B) | 340º | 0.59% | 0.48% | - |
| XYZ | 10.62 | 7.09 | 7.46 | - |
| YUV | 75.26 | 127.85 | 162.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 51 | 75 | 0 | 0.59 | 0.39 | 0.52 | 340 | 0.41 | 0.34 |
| Hex | 7B | 33 | 4B | 0 | 3B | 27 | 34 | 154 | 29 | 22 |
| Octal | 173 | 63 | 113 | 0 | 73 | 47 | 64 | 524 | 51 | 42 |
| Binary | 1111011 | 110011 | 1001011 | 0 | 111011 | 100111 | 110100 | 101010100 | 101001 | 100010 |
Color Harmonies of #7B334B
Complementary color
Monochromatic Colors of #7B334B
Black with #7B334B
Text Example
Text Example
White with #7B334B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B334B; }
p { color: rgb(123,51,75); }
H1.HeaderClassName
{
color: #7B334B;
}
.AnyTagClassName
{
color: #7B334B;
}
</style>
background-color css
<style>
a { background-color: #7B334B; }
a { background-color: rgb(123,51,75); }
div.DivClassName
{
background-color: #7B334B;
}
.BgClassName
{
background-color: #7B334B;
}
</style>
border-color css
<style>
span { border-color: #7B334B; }
span { border-color: rgb(123,51,75); }
td.TdClassName
{
border-color: #7B334B;
}
.TagClassName
{
border-color: #7B334B;
}
</style>