Shades of Falcon #7B595D
Tints of Falcon #7B595D
RGB
CMYK
RGB Variations
Color information
#7B595D (or 0x7B595D) is known color: Falcon. HEX triplet: 7B, 59 and 5D. RGB value is (123,89,93). Sum of RGB (Red+Green+Blue) = 123+89+93=305 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.33% from 305); Green value is 89 (35.16% from 255 or 29.18% from 305); Blue value is 93 (36.72% from 255 or 30.49% from 305); Max value from RGB is 123 - color contains mainly: red. Hex color #7B595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B595D is #84A6A2. Grayscale: #636363. Windows color (decimal): -8693411 or 6117755. OLE color: 6117755.
HSL color Cylindrical-coordinate representation of color #7B595D: hue angle of 352.94º degrees, saturation: 0.16, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #7B595D is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 89 | 93 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.52 |
| HSL | 352.94º | 0.16% | 0.42% | - |
| HSV(B) | 352.94º | 0.28% | 0.48% | - |
| XYZ | 13.72 | 12.15 | 11.98 | - |
| YUV | 99.62 | 124.26 | 144.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 89 | 93 | 0 | 0.28 | 0.24 | 0.52 | 352.94 | 0.16 | 0.42 |
| Hex | 7B | 59 | 5D | 0 | 1C | 18 | 34 | 161 | 10 | 2A |
| Octal | 173 | 131 | 135 | 0 | 34 | 30 | 64 | 541 | 20 | 52 |
| Binary | 1111011 | 1011001 | 1011101 | 0 | 11100 | 11000 | 110100 | 101100001 | 10000 | 101010 |
Color Harmonies of #7B595D
Complementary color
Monochromatic Colors of #7B595D
Black with #7B595D
Text Example
Text Example
White with #7B595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B595D; }
p { color: rgb(123,89,93); }
H1.HeaderClassName
{
color: #7B595D;
}
.AnyTagClassName
{
color: #7B595D;
}
</style>
background-color css
<style>
a { background-color: #7B595D; }
a { background-color: rgb(123,89,93); }
div.DivClassName
{
background-color: #7B595D;
}
.BgClassName
{
background-color: #7B595D;
}
</style>
border-color css
<style>
span { border-color: #7B595D; }
span { border-color: rgb(123,89,93); }
td.TdClassName
{
border-color: #7B595D;
}
.TagClassName
{
border-color: #7B595D;
}
</style>