Shades of Falcon #7B5A61
Tints of Falcon #7B5A61
RGB
CMYK
RGB Variations
Color information
#7B5A61 (or 0x7B5A61) is known color: Falcon. HEX triplet: 7B, 5A and 61. RGB value is (123,90,97). Sum of RGB (Red+Green+Blue) = 123+90+97=310 (41% of max value = 765). Red value is 123 (48.44% from 255 or 39.68% from 310); Green value is 90 (35.55% from 255 or 29.03% from 310); Blue value is 97 (38.28% from 255 or 31.29% from 310); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5A61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5A61 is #84A59E. Grayscale: #646464. Windows color (decimal): -8693151 or 6380155. OLE color: 6380155.
HSL color Cylindrical-coordinate representation of color #7B5A61: hue angle of 347.27º degrees, saturation: 0.15, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #7B5A61 is Cyan = 0, Magento = 0.27, Yellow = 0.21 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 90 | 97 | - |
| CMYK | 0 | 0.27 | 0.21 | 0.52 |
| HSL | 347.27º | 0.15% | 0.42% | - |
| HSV(B) | 347.27º | 0.27% | 0.48% | - |
| XYZ | 13.98 | 12.39 | 12.96 | - |
| YUV | 100.67 | 125.93 | 143.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 90 | 97 | 0 | 0.27 | 0.21 | 0.52 | 347.27 | 0.15 | 0.42 |
| Hex | 7B | 5A | 61 | 0 | 1B | 15 | 34 | 15B | F | 2A |
| Octal | 173 | 132 | 141 | 0 | 33 | 25 | 64 | 533 | 17 | 52 |
| Binary | 1111011 | 1011010 | 1100001 | 0 | 11011 | 10101 | 110100 | 101011011 | 1111 | 101010 |
Color Harmonies of #7B5A61
Complementary color
Monochromatic Colors of #7B5A61
Black with #7B5A61
Text Example
Text Example
White with #7B5A61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5A61; }
p { color: rgb(123,90,97); }
H1.HeaderClassName
{
color: #7B5A61;
}
.AnyTagClassName
{
color: #7B5A61;
}
</style>
background-color css
<style>
a { background-color: #7B5A61; }
a { background-color: rgb(123,90,97); }
div.DivClassName
{
background-color: #7B5A61;
}
.BgClassName
{
background-color: #7B5A61;
}
</style>
border-color css
<style>
span { border-color: #7B5A61; }
span { border-color: rgb(123,90,97); }
td.TdClassName
{
border-color: #7B5A61;
}
.TagClassName
{
border-color: #7B5A61;
}
</style>