Shades of Falcon #7B565A
Tints of Falcon #7B565A
RGB
CMYK
RGB Variations
Color information
#7B565A (or 0x7B565A) is known color: Falcon. HEX triplet: 7B, 56 and 5A. RGB value is (123,86,90). Sum of RGB (Red+Green+Blue) = 123+86+90=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 86 (33.98% from 255 or 28.76% from 299); Blue value is 90 (35.55% from 255 or 30.10% from 299); Max value from RGB is 123 - color contains mainly: red. Hex color #7B565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B565A is #84A9A5. Grayscale: #616161. Windows color (decimal): -8694182 or 5920379. OLE color: 5920379.
HSL color Cylindrical-coordinate representation of color #7B565A: hue angle of 353.51º degrees, saturation: 0.18, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B565A is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 86 | 90 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.52 |
| HSL | 353.51º | 0.18% | 0.41% | - |
| HSV(B) | 353.51º | 0.3% | 0.48% | - |
| XYZ | 13.34 | 11.6 | 11.21 | - |
| YUV | 97.52 | 123.76 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 86 | 90 | 0 | 0.30 | 0.27 | 0.52 | 353.51 | 0.18 | 0.41 |
| Hex | 7B | 56 | 5A | 0 | 1E | 1B | 34 | 162 | 12 | 29 |
| Octal | 173 | 126 | 132 | 0 | 36 | 33 | 64 | 542 | 22 | 51 |
| Binary | 1111011 | 1010110 | 1011010 | 0 | 11110 | 11011 | 110100 | 101100010 | 10010 | 101001 |
Color Harmonies of #7B565A
Complementary color
Monochromatic Colors of #7B565A
Black with #7B565A
Text Example
Text Example
White with #7B565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B565A; }
p { color: rgb(123,86,90); }
H1.HeaderClassName
{
color: #7B565A;
}
.AnyTagClassName
{
color: #7B565A;
}
</style>
background-color css
<style>
a { background-color: #7B565A; }
a { background-color: rgb(123,86,90); }
div.DivClassName
{
background-color: #7B565A;
}
.BgClassName
{
background-color: #7B565A;
}
</style>
border-color css
<style>
span { border-color: #7B565A; }
span { border-color: rgb(123,86,90); }
td.TdClassName
{
border-color: #7B565A;
}
.TagClassName
{
border-color: #7B565A;
}
</style>