Shades of Falcon #7B5358
Tints of Falcon #7B5358
RGB
CMYK
RGB Variations
Color information
#7B5358 (or 0x7B5358) is known color: Falcon. HEX triplet: 7B, 53 and 58. RGB value is (123,83,88). Sum of RGB (Red+Green+Blue) = 123+83+88=294 (38% of max value = 765). Red value is 123 (48.44% from 255 or 41.84% from 294); Green value is 83 (32.81% from 255 or 28.23% from 294); Blue value is 88 (34.77% from 255 or 29.93% from 294); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5358 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5358 is #84ACA7. Grayscale: #5F5F5F. Windows color (decimal): -8694952 or 5788539. OLE color: 5788539.
HSL color Cylindrical-coordinate representation of color #7B5358: hue angle of 352.5º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B5358 is Cyan = 0, Magento = 0.33, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 123 | 83 | 88 | - |
| CMYK | 0 | 0.33 | 0.28 | 0.52 |
| HSL | 352.5º | 0.19% | 0.4% | - |
| HSV(B) | 352.5º | 0.33% | 0.48% | - |
| XYZ | 13.02 | 11.1 | 10.69 | - |
| YUV | 95.53 | 123.75 | 147.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 83 | 88 | 0 | 0.33 | 0.28 | 0.52 | 352.5 | 0.19 | 0.4 |
| Hex | 7B | 53 | 58 | 0 | 21 | 1C | 34 | 160 | 13 | 28 |
| Octal | 173 | 123 | 130 | 0 | 41 | 34 | 64 | 540 | 23 | 50 |
| Binary | 1111011 | 1010011 | 1011000 | 0 | 100001 | 11100 | 110100 | 101100000 | 10011 | 101000 |
Color Harmonies of #7B5358
Complementary color
Monochromatic Colors of #7B5358
Black with #7B5358
Text Example
Text Example
White with #7B5358
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5358; }
p { color: rgb(123,83,88); }
H1.HeaderClassName
{
color: #7B5358;
}
.AnyTagClassName
{
color: #7B5358;
}
</style>
background-color css
<style>
a { background-color: #7B5358; }
a { background-color: rgb(123,83,88); }
div.DivClassName
{
background-color: #7B5358;
}
.BgClassName
{
background-color: #7B5358;
}
</style>
border-color css
<style>
span { border-color: #7B5358; }
span { border-color: rgb(123,83,88); }
td.TdClassName
{
border-color: #7B5358;
}
.TagClassName
{
border-color: #7B5358;
}
</style>