Shades of Falcon #755F60
Tints of Falcon #755F60
RGB
CMYK
RGB Variations
Color information
#755F60 (or 0x755F60) is known color: Falcon. HEX triplet: 75, 5F and 60. RGB value is (117,95,96). Sum of RGB (Red+Green+Blue) = 117+95+96=308 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.99% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 96 (37.89% from 255 or 31.17% from 308); Max value from RGB is 117 - color contains mainly: red. Hex color #755F60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F60 is #8AA09F. Grayscale: #656565. Windows color (decimal): -9085088 or 6315893. OLE color: 6315893.
HSL color Cylindrical-coordinate representation of color #755F60: hue angle of 357.27º degrees, saturation: 0.1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #755F60 is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 95 | 96 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.54 |
| HSL | 357.27º | 0.1% | 0.42% | - |
| HSV(B) | 357.27º | 0.19% | 0.46% | - |
| XYZ | 13.54 | 12.81 | 12.83 | - |
| YUV | 101.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 96 | 0 | 0.19 | 0.18 | 0.54 | 357.27 | 0.1 | 0.42 |
| Hex | 75 | 5F | 60 | 0 | 13 | 12 | 36 | 165 | A | 2A |
| Octal | 165 | 137 | 140 | 0 | 23 | 22 | 66 | 545 | 12 | 52 |
| Binary | 1110101 | 1011111 | 1100000 | 0 | 10011 | 10010 | 110110 | 101100101 | 1010 | 101010 |
Color Harmonies of #755F60
Complementary color
Monochromatic Colors of #755F60
Black with #755F60
Text Example
Text Example
White with #755F60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F60; }
p { color: rgb(117,95,96); }
H1.HeaderClassName
{
color: #755F60;
}
.AnyTagClassName
{
color: #755F60;
}
</style>
background-color css
<style>
a { background-color: #755F60; }
a { background-color: rgb(117,95,96); }
div.DivClassName
{
background-color: #755F60;
}
.BgClassName
{
background-color: #755F60;
}
</style>
border-color css
<style>
span { border-color: #755F60; }
span { border-color: rgb(117,95,96); }
td.TdClassName
{
border-color: #755F60;
}
.TagClassName
{
border-color: #755F60;
}
</style>