Shades of Falcon #7B545C
Tints of Falcon #7B545C
RGB
CMYK
RGB Variations
Color information
#7B545C (or 0x7B545C) is known color: Falcon. HEX triplet: 7B, 54 and 5C. RGB value is (123,84,92). Sum of RGB (Red+Green+Blue) = 123+84+92=299 (39% of max value = 765). Red value is 123 (48.44% from 255 or 41.14% from 299); Green value is 84 (33.20% from 255 or 28.09% from 299); Blue value is 92 (36.33% from 255 or 30.77% from 299); Max value from RGB is 123 - color contains mainly: red. Hex color #7B545C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B545C is #84ABA3. Grayscale: #606060. Windows color (decimal): -8694692 or 6050939. OLE color: 6050939.
HSL color Cylindrical-coordinate representation of color #7B545C: hue angle of 347.69º degrees, saturation: 0.19, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #7B545C is Cyan = 0, Magento = 0.32, Yellow = 0.25 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 84 | 92 | - |
| CMYK | 0 | 0.32 | 0.25 | 0.52 |
| HSL | 347.69º | 0.19% | 0.41% | - |
| HSV(B) | 347.69º | 0.32% | 0.48% | - |
| XYZ | 13.27 | 11.32 | 11.61 | - |
| YUV | 96.57 | 125.42 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 84 | 92 | 0 | 0.32 | 0.25 | 0.52 | 347.69 | 0.19 | 0.41 |
| Hex | 7B | 54 | 5C | 0 | 20 | 19 | 34 | 15C | 13 | 29 |
| Octal | 173 | 124 | 134 | 0 | 40 | 31 | 64 | 534 | 23 | 51 |
| Binary | 1111011 | 1010100 | 1011100 | 0 | 100000 | 11001 | 110100 | 101011100 | 10011 | 101001 |
Color Harmonies of #7B545C
Complementary color
Monochromatic Colors of #7B545C
Black with #7B545C
Text Example
Text Example
White with #7B545C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B545C; }
p { color: rgb(123,84,92); }
H1.HeaderClassName
{
color: #7B545C;
}
.AnyTagClassName
{
color: #7B545C;
}
</style>
background-color css
<style>
a { background-color: #7B545C; }
a { background-color: rgb(123,84,92); }
div.DivClassName
{
background-color: #7B545C;
}
.BgClassName
{
background-color: #7B545C;
}
</style>
border-color css
<style>
span { border-color: #7B545C; }
span { border-color: rgb(123,84,92); }
td.TdClassName
{
border-color: #7B545C;
}
.TagClassName
{
border-color: #7B545C;
}
</style>