Shades of Falcon #76555A
Tints of Falcon #76555A
RGB
CMYK
RGB Variations
Color information
#76555A (or 0x76555A) is known color: Falcon. HEX triplet: 76, 55 and 5A. RGB value is (118,85,90). Sum of RGB (Red+Green+Blue) = 118+85+90=293 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.27% from 293); Green value is 85 (33.59% from 255 or 29.01% from 293); Blue value is 90 (35.55% from 255 or 30.72% from 293); Max value from RGB is 118 - color contains mainly: red. Hex color #76555A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #76555A is #89AAA5. Grayscale: #5F5F5F. Windows color (decimal): -9022118 or 5920118. OLE color: 5920118.
HSL color Cylindrical-coordinate representation of color #76555A: hue angle of 350.91º 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 #76555A is Cyan = 0, Magento = 0.28, Yellow = 0.24 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 85 | 90 | - |
| CMYK | 0 | 0.28 | 0.24 | 0.54 |
| HSL | 350.91º | 0.16% | 0.4% | - |
| HSV(B) | 350.91º | 0.28% | 0.46% | - |
| XYZ | 12.57 | 11.09 | 11.15 | - |
| YUV | 95.44 | 124.93 | 144.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 85 | 90 | 0 | 0.28 | 0.24 | 0.54 | 350.91 | 0.16 | 0.4 |
| Hex | 76 | 55 | 5A | 0 | 1C | 18 | 36 | 15F | 10 | 28 |
| Octal | 166 | 125 | 132 | 0 | 34 | 30 | 66 | 537 | 20 | 50 |
| Binary | 1110110 | 1010101 | 1011010 | 0 | 11100 | 11000 | 110110 | 101011111 | 10000 | 101000 |
Color Harmonies of #76555A
Complementary color
Monochromatic Colors of #76555A
Black with #76555A
Text Example
Text Example
White with #76555A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #76555A; }
p { color: rgb(118,85,90); }
H1.HeaderClassName
{
color: #76555A;
}
.AnyTagClassName
{
color: #76555A;
}
</style>
background-color css
<style>
a { background-color: #76555A; }
a { background-color: rgb(118,85,90); }
div.DivClassName
{
background-color: #76555A;
}
.BgClassName
{
background-color: #76555A;
}
</style>
border-color css
<style>
span { border-color: #76555A; }
span { border-color: rgb(118,85,90); }
td.TdClassName
{
border-color: #76555A;
}
.TagClassName
{
border-color: #76555A;
}
</style>