Shades of Falcon #7B575E
Tints of Falcon #7B575E
RGB
CMYK
RGB Variations
Color information
#7B575E (or 0x7B575E) is known color: Falcon. HEX triplet: 7B, 57 and 5E. RGB value is (123,87,94). Sum of RGB (Red+Green+Blue) = 123+87+94=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 87 (34.38% from 255 or 28.62% from 304); Blue value is 94 (37.11% from 255 or 30.92% from 304); Max value from RGB is 123 - color contains mainly: red. Hex color #7B575E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B575E is #84A8A1. Grayscale: #626262. Windows color (decimal): -8693922 or 6182779. OLE color: 6182779.
HSL color Cylindrical-coordinate representation of color #7B575E: hue angle of 348.33º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #7B575E is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 87 | 94 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.52 |
| HSL | 348.33º | 0.17% | 0.41% | - |
| HSV(B) | 348.33º | 0.29% | 0.48% | - |
| XYZ | 13.6 | 11.84 | 12.16 | - |
| YUV | 98.56 | 125.43 | 145.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 87 | 94 | 0 | 0.29 | 0.24 | 0.52 | 348.33 | 0.17 | 0.41 |
| Hex | 7B | 57 | 5E | 0 | 1D | 18 | 34 | 15C | 11 | 29 |
| Octal | 173 | 127 | 136 | 0 | 35 | 30 | 64 | 534 | 21 | 51 |
| Binary | 1111011 | 1010111 | 1011110 | 0 | 11101 | 11000 | 110100 | 101011100 | 10001 | 101001 |
Color Harmonies of #7B575E
Complementary color
Monochromatic Colors of #7B575E
Black with #7B575E
Text Example
Text Example
White with #7B575E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B575E; }
p { color: rgb(123,87,94); }
H1.HeaderClassName
{
color: #7B575E;
}
.AnyTagClassName
{
color: #7B575E;
}
</style>
background-color css
<style>
a { background-color: #7B575E; }
a { background-color: rgb(123,87,94); }
div.DivClassName
{
background-color: #7B575E;
}
.BgClassName
{
background-color: #7B575E;
}
</style>
border-color css
<style>
span { border-color: #7B575E; }
span { border-color: rgb(123,87,94); }
td.TdClassName
{
border-color: #7B575E;
}
.TagClassName
{
border-color: #7B575E;
}
</style>