Shades of Falcon #7B6566
Tints of Falcon #7B6566
RGB
CMYK
RGB Variations
Color information
#7B6566 (or 0x7B6566) is known color: Falcon. HEX triplet: 7B, 65 and 66. RGB value is (123,101,102). Sum of RGB (Red+Green+Blue) = 123+101+102=326 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.73% from 326); Green value is 101 (39.84% from 255 or 30.98% from 326); Blue value is 102 (40.23% from 255 or 31.29% from 326); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6566 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6566 is #849A99. Grayscale: #6B6B6B. Windows color (decimal): -8690330 or 6710651. OLE color: 6710651.
HSL color Cylindrical-coordinate representation of color #7B6566: hue angle of 357.27º degrees, saturation: 0.1, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #7B6566 is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 101 | 102 | - |
| CMYK | 0 | 0.18 | 0.17 | 0.52 |
| HSL | 357.27º | 0.1% | 0.44% | - |
| HSV(B) | 357.27º | 0.18% | 0.48% | - |
| XYZ | 15.22 | 14.48 | 14.56 | - |
| YUV | 107.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 101 | 102 | 0 | 0.18 | 0.17 | 0.52 | 357.27 | 0.1 | 0.44 |
| Hex | 7B | 65 | 66 | 0 | 12 | 11 | 34 | 165 | A | 2C |
| Octal | 173 | 145 | 146 | 0 | 22 | 21 | 64 | 545 | 12 | 54 |
| Binary | 1111011 | 1100101 | 1100110 | 0 | 10010 | 10001 | 110100 | 101100101 | 1010 | 101100 |
Color Harmonies of #7B6566
Complementary color
Monochromatic Colors of #7B6566
Black with #7B6566
Text Example
Text Example
White with #7B6566
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6566; }
p { color: rgb(123,101,102); }
H1.HeaderClassName
{
color: #7B6566;
}
.AnyTagClassName
{
color: #7B6566;
}
</style>
background-color css
<style>
a { background-color: #7B6566; }
a { background-color: rgb(123,101,102); }
div.DivClassName
{
background-color: #7B6566;
}
.BgClassName
{
background-color: #7B6566;
}
</style>
border-color css
<style>
span { border-color: #7B6566; }
span { border-color: rgb(123,101,102); }
td.TdClassName
{
border-color: #7B6566;
}
.TagClassName
{
border-color: #7B6566;
}
</style>