Shades of Falcon #775254
Tints of Falcon #775254
RGB
CMYK
RGB Variations
Color information
#775254 (or 0x775254) is known color: Falcon. HEX triplet: 77, 52 and 54. RGB value is (119,82,84). Sum of RGB (Red+Green+Blue) = 119+82+84=285 (37% of max value = 765). Red value is 119 (46.88% from 255 or 41.75% from 285); Green value is 82 (32.42% from 255 or 28.77% from 285); Blue value is 84 (33.20% from 255 or 29.47% from 285); Max value from RGB is 119 - color contains mainly: red. Hex color #775254 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #775254 is #88ADAB. Grayscale: #5D5D5D. Windows color (decimal): -8957356 or 5526135. OLE color: 5526135.
HSL color Cylindrical-coordinate representation of color #775254: hue angle of 356.76º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #775254 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 119 | 82 | 84 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.53 |
| HSL | 356.76º | 0.18% | 0.39% | - |
| HSV(B) | 356.76º | 0.31% | 0.47% | - |
| XYZ | 12.23 | 10.6 | 9.79 | - |
| YUV | 93.29 | 122.76 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 119 | 82 | 84 | 0 | 0.31 | 0.29 | 0.53 | 356.76 | 0.18 | 0.39 |
| Hex | 77 | 52 | 54 | 0 | 1F | 1D | 35 | 165 | 12 | 27 |
| Octal | 167 | 122 | 124 | 0 | 37 | 35 | 65 | 545 | 22 | 47 |
| Binary | 1110111 | 1010010 | 1010100 | 0 | 11111 | 11101 | 110101 | 101100101 | 10010 | 100111 |
Color Harmonies of #775254
Complementary color
Monochromatic Colors of #775254
Black with #775254
Text Example
Text Example
White with #775254
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #775254; }
p { color: rgb(119,82,84); }
H1.HeaderClassName
{
color: #775254;
}
.AnyTagClassName
{
color: #775254;
}
</style>
background-color css
<style>
a { background-color: #775254; }
a { background-color: rgb(119,82,84); }
div.DivClassName
{
background-color: #775254;
}
.BgClassName
{
background-color: #775254;
}
</style>
border-color css
<style>
span { border-color: #775254; }
span { border-color: rgb(119,82,84); }
td.TdClassName
{
border-color: #775254;
}
.TagClassName
{
border-color: #775254;
}
</style>