Shades of Falcon #7B575D
Tints of Falcon #7B575D
RGB
CMYK
RGB Variations
Color information
#7B575D (or 0x7B575D) is known color: Falcon. HEX triplet: 7B, 57 and 5D. RGB value is (123,87,93). Sum of RGB (Red+Green+Blue) = 123+87+93=303 (40% of max value = 765). Red value is 123 (48.44% from 255 or 40.59% from 303); Green value is 87 (34.38% from 255 or 28.71% from 303); Blue value is 93 (36.72% from 255 or 30.69% from 303); Max value from RGB is 123 - color contains mainly: red. Hex color #7B575D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B575D is #84A8A2. Grayscale: #626262. Windows color (decimal): -8693923 or 6117243. OLE color: 6117243.
HSL color Cylindrical-coordinate representation of color #7B575D: hue angle of 350º 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 #7B575D is Cyan = 0, Magento = 0.29, Yellow = 0.24 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 87 | 93 | - |
| CMYK | 0 | 0.29 | 0.24 | 0.52 |
| HSL | 350º | 0.17% | 0.41% | - |
| HSV(B) | 350º | 0.29% | 0.48% | - |
| XYZ | 13.55 | 11.82 | 11.92 | - |
| YUV | 98.45 | 124.93 | 145.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 87 | 93 | 0 | 0.29 | 0.24 | 0.52 | 350 | 0.17 | 0.41 |
| Hex | 7B | 57 | 5D | 0 | 1D | 18 | 34 | 15E | 11 | 29 |
| Octal | 173 | 127 | 135 | 0 | 35 | 30 | 64 | 536 | 21 | 51 |
| Binary | 1111011 | 1010111 | 1011101 | 0 | 11101 | 11000 | 110100 | 101011110 | 10001 | 101001 |
Color Harmonies of #7B575D
Complementary color
Monochromatic Colors of #7B575D
Black with #7B575D
Text Example
Text Example
White with #7B575D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B575D; }
p { color: rgb(123,87,93); }
H1.HeaderClassName
{
color: #7B575D;
}
.AnyTagClassName
{
color: #7B575D;
}
</style>
background-color css
<style>
a { background-color: #7B575D; }
a { background-color: rgb(123,87,93); }
div.DivClassName
{
background-color: #7B575D;
}
.BgClassName
{
background-color: #7B575D;
}
</style>
border-color css
<style>
span { border-color: #7B575D; }
span { border-color: rgb(123,87,93); }
td.TdClassName
{
border-color: #7B575D;
}
.TagClassName
{
border-color: #7B575D;
}
</style>