Shades of Falcon #755F61
Tints of Falcon #755F61
RGB
CMYK
RGB Variations
Color information
#755F61 (or 0x755F61) is known color: Falcon. HEX triplet: 75, 5F and 61. RGB value is (117,95,97). Sum of RGB (Red+Green+Blue) = 117+95+97=309 (40% of max value = 765). Red value is 117 (46.09% from 255 or 37.86% from 309); Green value is 95 (37.5% from 255 or 30.74% from 309); Blue value is 97 (38.28% from 255 or 31.39% from 309); Max value from RGB is 117 - color contains mainly: red. Hex color #755F61 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #755F61 is #8AA09E. Grayscale: #656565. Windows color (decimal): -9085087 or 6381429. OLE color: 6381429.
HSL color Cylindrical-coordinate representation of color #755F61: hue angle of 354.55º 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 #755F61 is Cyan = 0, Magento = 0.19, Yellow = 0.17 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 95 | 97 | - |
| CMYK | 0 | 0.19 | 0.17 | 0.54 |
| HSL | 354.55º | 0.1% | 0.42% | - |
| HSV(B) | 354.55º | 0.19% | 0.46% | - |
| XYZ | 13.59 | 12.83 | 13.07 | - |
| YUV | 101.81 | 125.29 | 138.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 95 | 97 | 0 | 0.19 | 0.17 | 0.54 | 354.55 | 0.1 | 0.42 |
| Hex | 75 | 5F | 61 | 0 | 13 | 11 | 36 | 163 | A | 2A |
| Octal | 165 | 137 | 141 | 0 | 23 | 21 | 66 | 543 | 12 | 52 |
| Binary | 1110101 | 1011111 | 1100001 | 0 | 10011 | 10001 | 110110 | 101100011 | 1010 | 101010 |
Color Harmonies of #755F61
Complementary color
Monochromatic Colors of #755F61
Black with #755F61
Text Example
Text Example
White with #755F61
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #755F61; }
p { color: rgb(117,95,97); }
H1.HeaderClassName
{
color: #755F61;
}
.AnyTagClassName
{
color: #755F61;
}
</style>
background-color css
<style>
a { background-color: #755F61; }
a { background-color: rgb(117,95,97); }
div.DivClassName
{
background-color: #755F61;
}
.BgClassName
{
background-color: #755F61;
}
</style>
border-color css
<style>
span { border-color: #755F61; }
span { border-color: rgb(117,95,97); }
td.TdClassName
{
border-color: #755F61;
}
.TagClassName
{
border-color: #755F61;
}
</style>