Shades of Falcon #755153
Tints of Falcon #755153
RGB
CMYK
RGB Variations
Color information
#755153 (or 0x755153) is known color: Falcon. HEX triplet: 75, 51 and 53. RGB value is (117,81,83). Sum of RGB (Red+Green+Blue) = 117+81+83=281 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.64% from 281); Green value is 81 (32.03% from 255 or 28.83% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 117 - color contains mainly: red. Hex color #755153 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755153 is #8AAEAC. Grayscale: #5C5C5C. Windows color (decimal): -9088685 or 5460341. OLE color: 5460341.
HSL color Cylindrical-coordinate representation of color #755153: hue angle of 356.67º 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 #755153 is Cyan = 0, Magento = 0.31, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 81 | 83 | - |
| CMYK | 0 | 0.31 | 0.29 | 0.54 |
| HSL | 356.67º | 0.18% | 0.39% | - |
| HSV(B) | 356.67º | 0.31% | 0.46% | - |
| XYZ | 11.84 | 10.29 | 9.55 | - |
| YUV | 91.99 | 122.93 | 145.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 81 | 83 | 0 | 0.31 | 0.29 | 0.54 | 356.67 | 0.18 | 0.39 |
| Hex | 75 | 51 | 53 | 0 | 1F | 1D | 36 | 165 | 12 | 27 |
| Octal | 165 | 121 | 123 | 0 | 37 | 35 | 66 | 545 | 22 | 47 |
| Binary | 1110101 | 1010001 | 1010011 | 0 | 11111 | 11101 | 110110 | 101100101 | 10010 | 100111 |
Color Harmonies of #755153
Complementary color
Monochromatic Colors of #755153
Black with #755153
Text Example
Text Example
White with #755153
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755153; }
p { color: rgb(117,81,83); }
H1.HeaderClassName
{
color: #755153;
}
.AnyTagClassName
{
color: #755153;
}
</style>
background-color css
<style>
a { background-color: #755153; }
a { background-color: rgb(117,81,83); }
div.DivClassName
{
background-color: #755153;
}
.BgClassName
{
background-color: #755153;
}
</style>
border-color css
<style>
span { border-color: #755153; }
span { border-color: rgb(117,81,83); }
td.TdClassName
{
border-color: #755153;
}
.TagClassName
{
border-color: #755153;
}
</style>