Shades of Falcon #755255
Tints of Falcon #755255
RGB
CMYK
RGB Variations
Color information
#755255 (or 0x755255) is known color: Falcon. HEX triplet: 75, 52 and 55. RGB value is (117,82,85). Sum of RGB (Red+Green+Blue) = 117+82+85=284 (37% of max value = 765). Red value is 117 (46.09% from 255 or 41.20% from 284); Green value is 82 (32.42% from 255 or 28.87% from 284); Blue value is 85 (33.59% from 255 or 29.93% from 284); Max value from RGB is 117 - color contains mainly: red. Hex color #755255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755255 is #8AADAA. Grayscale: #5C5C5C. Windows color (decimal): -9088427 or 5591669. OLE color: 5591669.
HSL color Cylindrical-coordinate representation of color #755255: hue angle of 354.86º 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 #755255 is Cyan = 0, Magento = 0.30, Yellow = 0.27 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 82 | 85 | - |
| CMYK | 0 | 0.30 | 0.27 | 0.54 |
| HSL | 354.86º | 0.18% | 0.39% | - |
| HSV(B) | 354.86º | 0.3% | 0.46% | - |
| XYZ | 11.99 | 10.47 | 9.98 | - |
| YUV | 92.81 | 123.6 | 145.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 82 | 85 | 0 | 0.30 | 0.27 | 0.54 | 354.86 | 0.18 | 0.39 |
| Hex | 75 | 52 | 55 | 0 | 1E | 1B | 36 | 163 | 12 | 27 |
| Octal | 165 | 122 | 125 | 0 | 36 | 33 | 66 | 543 | 22 | 47 |
| Binary | 1110101 | 1010010 | 1010101 | 0 | 11110 | 11011 | 110110 | 101100011 | 10010 | 100111 |
Color Harmonies of #755255
Complementary color
Monochromatic Colors of #755255
Black with #755255
Text Example
Text Example
White with #755255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755255; }
p { color: rgb(117,82,85); }
H1.HeaderClassName
{
color: #755255;
}
.AnyTagClassName
{
color: #755255;
}
</style>
background-color css
<style>
a { background-color: #755255; }
a { background-color: rgb(117,82,85); }
div.DivClassName
{
background-color: #755255;
}
.BgClassName
{
background-color: #755255;
}
</style>
border-color css
<style>
span { border-color: #755255; }
span { border-color: rgb(117,82,85); }
td.TdClassName
{
border-color: #755255;
}
.TagClassName
{
border-color: #755255;
}
</style>