Shades of Falcon #755154
Tints of Falcon #755154
RGB
CMYK
RGB Variations
Color information
#755154 (or 0x755154) is known color: Falcon. HEX triplet: 75, 51 and 54. RGB value is (117,81,84). Sum of RGB (Red+Green+Blue) = 117+81+84=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 81 (32.03% from 255 or 28.72% from 282); Blue value is 84 (33.20% from 255 or 29.79% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #755154 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755154 is #8AAEAB. Grayscale: #5C5C5C. Windows color (decimal): -9088684 or 5525877. OLE color: 5525877.
HSL color Cylindrical-coordinate representation of color #755154: hue angle of 355º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #755154 is Cyan = 0, Magento = 0.31, Yellow = 0.28 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 84 | - |
| CMYK | 0 | 0.31 | 0.28 | 0.54 |
| HSL | 355º | 0.18% | 0.39% | - |
| HSV(B) | 355º | 0.31% | 0.46% | - |
| XYZ | 11.88 | 10.31 | 9.75 | - |
| YUV | 92.11 | 123.43 | 145.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 84 | 0 | 0.31 | 0.28 | 0.54 | 355 | 0.18 | 0.39 |
| Hex | 75 | 51 | 54 | 0 | 1F | 1C | 36 | 163 | 12 | 27 |
| Octal | 165 | 121 | 124 | 0 | 37 | 34 | 66 | 543 | 22 | 47 |
| Binary | 1110101 | 1010001 | 1010100 | 0 | 11111 | 11100 | 110110 | 101100011 | 10010 | 100111 |
Color Harmonies of #755154
Complementary color
Monochromatic Colors of #755154
Black with #755154
Text Example
Text Example
White with #755154
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755154; }
p { color: rgb(117,81,84); }
H1.HeaderClassName
{
color: #755154;
}
.AnyTagClassName
{
color: #755154;
}
</style>
background-color css
<style>
a { background-color: #755154; }
a { background-color: rgb(117,81,84); }
div.DivClassName
{
background-color: #755154;
}
.BgClassName
{
background-color: #755154;
}
</style>
border-color css
<style>
span { border-color: #755154; }
span { border-color: rgb(117,81,84); }
td.TdClassName
{
border-color: #755154;
}
.TagClassName
{
border-color: #755154;
}
</style>