Shades of Falcon #765C5F
Tints of Falcon #765C5F
RGB
CMYK
RGB Variations
Color information
#765C5F (or 0x765C5F) is known color: Falcon. HEX triplet: 76, 5C and 5F. RGB value is (118,92,95). Sum of RGB (Red+Green+Blue) = 118+92+95=305 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.69% from 305); Green value is 92 (36.33% from 255 or 30.16% from 305); Blue value is 95 (37.5% from 255 or 31.15% from 305); Max value from RGB is 118 - color contains mainly: red. Hex color #765C5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765C5F is #89A3A0. Grayscale: #646464. Windows color (decimal): -9020321 or 6249590. OLE color: 6249590.
HSL color Cylindrical-coordinate representation of color #765C5F: hue angle of 353.08º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #765C5F is Cyan = 0, Magento = 0.22, Yellow = 0.19 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 92 | 95 | - |
| CMYK | 0 | 0.22 | 0.19 | 0.54 |
| HSL | 353.08º | 0.12% | 0.41% | - |
| HSV(B) | 353.08º | 0.22% | 0.46% | - |
| XYZ | 13.36 | 12.33 | 12.5 | - |
| YUV | 100.12 | 125.11 | 140.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 92 | 95 | 0 | 0.22 | 0.19 | 0.54 | 353.08 | 0.12 | 0.41 |
| Hex | 76 | 5C | 5F | 0 | 16 | 13 | 36 | 161 | C | 29 |
| Octal | 166 | 134 | 137 | 0 | 26 | 23 | 66 | 541 | 14 | 51 |
| Binary | 1110110 | 1011100 | 1011111 | 0 | 10110 | 10011 | 110110 | 101100001 | 1100 | 101001 |
Color Harmonies of #765C5F
Complementary color
Monochromatic Colors of #765C5F
Black with #765C5F
Text Example
Text Example
White with #765C5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765C5F; }
p { color: rgb(118,92,95); }
H1.HeaderClassName
{
color: #765C5F;
}
.AnyTagClassName
{
color: #765C5F;
}
</style>
background-color css
<style>
a { background-color: #765C5F; }
a { background-color: rgb(118,92,95); }
div.DivClassName
{
background-color: #765C5F;
}
.BgClassName
{
background-color: #765C5F;
}
</style>
border-color css
<style>
span { border-color: #765C5F; }
span { border-color: rgb(118,92,95); }
td.TdClassName
{
border-color: #765C5F;
}
.TagClassName
{
border-color: #765C5F;
}
</style>