Shades of Falcon #7B6065
Tints of Falcon #7B6065
RGB
CMYK
RGB Variations
Color information
#7B6065 (or 0x7B6065) is known color: Falcon. HEX triplet: 7B, 60 and 65. RGB value is (123,96,101). Sum of RGB (Red+Green+Blue) = 123+96+101=320 (42% of max value = 765). Red value is 123 (48.44% from 255 or 38.44% from 320); Green value is 96 (37.89% from 255 or 30% from 320); Blue value is 101 (39.84% from 255 or 31.56% from 320); Max value from RGB is 123 - color contains mainly: red. Hex color #7B6065 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B6065 is #849F9A. Grayscale: #686868. Windows color (decimal): -8691611 or 6643835. OLE color: 6643835.
HSL color Cylindrical-coordinate representation of color #7B6065: hue angle of 348.89º degrees, saturation: 0.12, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #7B6065 is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 96 | 101 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.52 |
| HSL | 348.89º | 0.12% | 0.43% | - |
| HSV(B) | 348.89º | 0.22% | 0.48% | - |
| XYZ | 14.7 | 13.52 | 14.15 | - |
| YUV | 104.64 | 125.95 | 141.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 96 | 101 | 0 | 0.22 | 0.18 | 0.52 | 348.89 | 0.12 | 0.43 |
| Hex | 7B | 60 | 65 | 0 | 16 | 12 | 34 | 15D | C | 2B |
| Octal | 173 | 140 | 145 | 0 | 26 | 22 | 64 | 535 | 14 | 53 |
| Binary | 1111011 | 1100000 | 1100101 | 0 | 10110 | 10010 | 110100 | 101011101 | 1100 | 101011 |
Color Harmonies of #7B6065
Complementary color
Monochromatic Colors of #7B6065
Black with #7B6065
Text Example
Text Example
White with #7B6065
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B6065; }
p { color: rgb(123,96,101); }
H1.HeaderClassName
{
color: #7B6065;
}
.AnyTagClassName
{
color: #7B6065;
}
</style>
background-color css
<style>
a { background-color: #7B6065; }
a { background-color: rgb(123,96,101); }
div.DivClassName
{
background-color: #7B6065;
}
.BgClassName
{
background-color: #7B6065;
}
</style>
border-color css
<style>
span { border-color: #7B6065; }
span { border-color: rgb(123,96,101); }
td.TdClassName
{
border-color: #7B6065;
}
.TagClassName
{
border-color: #7B6065;
}
</style>