Shades of Falcon #7B5158
Tints of Falcon #7B5158
RGB
CMYK
RGB Variations
Color information
#7B5158 (or 0x7B5158) is known color: Falcon. HEX triplet: 7B, 51 and 58. RGB value is (123,81,88). Sum of RGB (Red+Green+Blue) = 123+81+88=292 (38% of max value = 765). Red value is 123 (48.44% from 255 or 42.12% from 292); Green value is 81 (32.03% from 255 or 27.74% from 292); Blue value is 88 (34.77% from 255 or 30.14% from 292); Max value from RGB is 123 - color contains mainly: red. Hex color #7B5158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B5158 is #84AEA7. Grayscale: #5E5E5E. Windows color (decimal): -8695464 or 5788027. OLE color: 5788027.
HSL color Cylindrical-coordinate representation of color #7B5158: hue angle of 350º degrees, saturation: 0.21, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #7B5158 is Cyan = 0, Magento = 0.34, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
RGB | 123 | 81 | 88 | - |
CMYK | 0 | 0.34 | 0.28 | 0.52 |
HSL | 350º | 0.21% | 0.4% | - |
HSV(B) | 350º | 0.34% | 0.48% | - |
XYZ | 12.87 | 10.8 | 10.64 | - |
YUV | 94.36 | 124.41 | 148.43 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 81 | 88 | 0 | 0.34 | 0.28 | 0.52 | 350 | 0.21 | 0.4 |
Hex | 7B | 51 | 58 | 0 | 22 | 1C | 34 | 15E | 15 | 28 |
Octal | 173 | 121 | 130 | 0 | 42 | 34 | 64 | 536 | 25 | 50 |
Binary | 1111011 | 1010001 | 1011000 | 0 | 100010 | 11100 | 110100 | 101011110 | 10101 | 101000 |
Color Harmonies of #7B5158
Complementary color
Monochromatic Colors of #7B5158
Black with #7B5158
Text Example
Text Example
White with #7B5158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B5158; }
p { color: rgb(123,81,88); }
H1.HeaderClassName
{
color: #7B5158;
}
.AnyTagClassName
{
color: #7B5158;
}
</style>
background-color css
<style>
a { background-color: #7B5158; }
a { background-color: rgb(123,81,88); }
div.DivClassName
{
background-color: #7B5158;
}
.BgClassName
{
background-color: #7B5158;
}
</style>
border-color css
<style>
span { border-color: #7B5158; }
span { border-color: rgb(123,81,88); }
td.TdClassName
{
border-color: #7B5158;
}
.TagClassName
{
border-color: #7B5158;
}
</style>