Shades of Falcon #755253
Tints of Falcon #755253
RGB
CMYK
RGB Variations
Color information
#755253 (or 0x755253) is known color: Falcon. HEX triplet: 75, 52 and 53. RGB value is (117,82,83). Sum of RGB (Red+Green+Blue) = 117+82+83=282 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.49% from 282); Green value is 82 (32.42% from 255 or 29.08% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 117 - color contains mainly: red. Hex color #755253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755253 is #8AADAC. Grayscale: #5C5C5C. Windows color (decimal): -9088429 or 5460597. OLE color: 5460597.
HSL color Cylindrical-coordinate representation of color #755253: hue angle of 358.29º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #755253 is Cyan = 0, Magento = 0.30, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 82 | 83 | - |
| CMYK | 0 | 0.30 | 0.29 | 0.54 |
| HSL | 358.29º | 0.18% | 0.39% | - |
| HSV(B) | 358.29º | 0.3% | 0.46% | - |
| XYZ | 11.91 | 10.44 | 9.57 | - |
| YUV | 92.58 | 122.6 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 83 | 0 | 0.30 | 0.29 | 0.54 | 358.29 | 0.18 | 0.39 |
| Hex | 75 | 52 | 53 | 0 | 1E | 1D | 36 | 166 | 12 | 27 |
| Octal | 165 | 122 | 123 | 0 | 36 | 35 | 66 | 546 | 22 | 47 |
| Binary | 1110101 | 1010010 | 1010011 | 0 | 11110 | 11101 | 110110 | 101100110 | 10010 | 100111 |
Color Harmonies of #755253
Complementary color
Monochromatic Colors of #755253
Black with #755253
Text Example
Text Example
White with #755253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755253; }
p { color: rgb(117,82,83); }
H1.HeaderClassName
{
color: #755253;
}
.AnyTagClassName
{
color: #755253;
}
</style>
background-color css
<style>
a { background-color: #755253; }
a { background-color: rgb(117,82,83); }
div.DivClassName
{
background-color: #755253;
}
.BgClassName
{
background-color: #755253;
}
</style>
border-color css
<style>
span { border-color: #755253; }
span { border-color: rgb(117,82,83); }
td.TdClassName
{
border-color: #755253;
}
.TagClassName
{
border-color: #755253;
}
</style>