Shades of Falcon #76555B
Tints of Falcon #76555B
RGB
CMYK
RGB Variations
Color information
#76555B (or 0x76555B) is known color: Falcon. HEX triplet: 76, 55 and 5B. RGB value is (118,85,91). Sum of RGB (Red+Green+Blue) = 118+85+91=294 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.14% from 294); Green value is 85 (33.59% from 255 or 28.91% from 294); Blue value is 91 (35.94% from 255 or 30.95% from 294); Max value from RGB is 118 - color contains mainly: red. Hex color #76555B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76555B is #89AAA4. Grayscale: #5F5F5F. Windows color (decimal): -9022117 or 5985654. OLE color: 5985654.
HSL color Cylindrical-coordinate representation of color #76555B: hue angle of 349.09º degrees, saturation: 0.16, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #76555B is Cyan = 0, Magento = 0.28, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 91 | - |
| CMYK | 0 | 0.28 | 0.23 | 0.54 |
| HSL | 349.09º | 0.16% | 0.4% | - |
| HSV(B) | 349.09º | 0.28% | 0.46% | - |
| XYZ | 12.61 | 11.1 | 11.38 | - |
| YUV | 95.55 | 125.43 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 91 | 0 | 0.28 | 0.23 | 0.54 | 349.09 | 0.16 | 0.4 |
| Hex | 76 | 55 | 5B | 0 | 1C | 17 | 36 | 15D | 10 | 28 |
| Octal | 166 | 125 | 133 | 0 | 34 | 27 | 66 | 535 | 20 | 50 |
| Binary | 1110110 | 1010101 | 1011011 | 0 | 11100 | 10111 | 110110 | 101011101 | 10000 | 101000 |
Color Harmonies of #76555B
Complementary color
Monochromatic Colors of #76555B
Black with #76555B
Text Example
Text Example
White with #76555B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76555B; }
p { color: rgb(118,85,91); }
H1.HeaderClassName
{
color: #76555B;
}
.AnyTagClassName
{
color: #76555B;
}
</style>
background-color css
<style>
a { background-color: #76555B; }
a { background-color: rgb(118,85,91); }
div.DivClassName
{
background-color: #76555B;
}
.BgClassName
{
background-color: #76555B;
}
</style>
border-color css
<style>
span { border-color: #76555B; }
span { border-color: rgb(118,85,91); }
td.TdClassName
{
border-color: #76555B;
}
.TagClassName
{
border-color: #76555B;
}
</style>