Shades of Falcon #7B585D
Tints of Falcon #7B585D
RGB
CMYK
RGB Variations
Color information
#7B585D (or 0x7B585D) is known color: Falcon. HEX triplet: 7B, 58 and 5D. RGB value is (123,88,93). Sum of RGB (Red+Green+Blue) = 123+88+93=304 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.46% from 304); Green value is 88 (34.77% from 255 or 28.95% from 304); Blue value is 93 (36.72% from 255 or 30.59% from 304); Max value from RGB is 123 - color contains mainly: red. Hex color #7B585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B585D is #84A7A2. Grayscale: #636363. Windows color (decimal): -8693667 or 6117499. OLE color: 6117499.
HSL color Cylindrical-coordinate representation of color #7B585D: hue angle of 351.43º degrees, saturation: 0.17, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B585D is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 88 | 93 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.52 |
| HSL | 351.43º | 0.17% | 0.41% | - |
| HSV(B) | 351.43º | 0.28% | 0.48% | - |
| XYZ | 13.63 | 11.98 | 11.95 | - |
| YUV | 99.04 | 124.6 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 88 | 93 | 0 | 0.28 | 0.24 | 0.52 | 351.43 | 0.17 | 0.41 |
| Hex | 7B | 58 | 5D | 0 | 1C | 18 | 34 | 15F | 11 | 29 |
| Octal | 173 | 130 | 135 | 0 | 34 | 30 | 64 | 537 | 21 | 51 |
| Binary | 1111011 | 1011000 | 1011101 | 0 | 11100 | 11000 | 110100 | 101011111 | 10001 | 101001 |
Color Harmonies of #7B585D
Complementary color
Monochromatic Colors of #7B585D
Black with #7B585D
Text Example
Text Example
White with #7B585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B585D; }
p { color: rgb(123,88,93); }
H1.HeaderClassName
{
color: #7B585D;
}
.AnyTagClassName
{
color: #7B585D;
}
</style>
background-color css
<style>
a { background-color: #7B585D; }
a { background-color: rgb(123,88,93); }
div.DivClassName
{
background-color: #7B585D;
}
.BgClassName
{
background-color: #7B585D;
}
</style>
border-color css
<style>
span { border-color: #7B585D; }
span { border-color: rgb(123,88,93); }
td.TdClassName
{
border-color: #7B585D;
}
.TagClassName
{
border-color: #7B585D;
}
</style>