Shades of Falcon #765A5B
Tints of Falcon #765A5B
RGB
CMYK
RGB Variations
Color information
#765A5B (or 0x765A5B) is known color: Falcon. HEX triplet: 76, 5A and 5B. RGB value is (118,90,91). Sum of RGB (Red+Green+Blue) = 118+90+91=299 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.46% from 299); Green value is 90 (35.55% from 255 or 30.10% from 299); Blue value is 91 (35.94% from 255 or 30.43% from 299); Max value from RGB is 118 - color contains mainly: red. Hex color #765A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A5B is #89A5A4. Grayscale: #626262. Windows color (decimal): -9020837 or 5986934. OLE color: 5986934.
HSL color Cylindrical-coordinate representation of color #765A5B: hue angle of 357.86º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #765A5B is Cyan = 0, Magento = 0.24, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 91 | - |
| CMYK | 0 | 0.24 | 0.23 | 0.54 |
| HSL | 357.86º | 0.13% | 0.41% | - |
| HSV(B) | 357.86º | 0.24% | 0.46% | - |
| XYZ | 13.02 | 11.92 | 11.51 | - |
| YUV | 98.49 | 123.78 | 141.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 91 | 0 | 0.24 | 0.23 | 0.54 | 357.86 | 0.13 | 0.41 |
| Hex | 76 | 5A | 5B | 0 | 18 | 17 | 36 | 166 | D | 29 |
| Octal | 166 | 132 | 133 | 0 | 30 | 27 | 66 | 546 | 15 | 51 |
| Binary | 1110110 | 1011010 | 1011011 | 0 | 11000 | 10111 | 110110 | 101100110 | 1101 | 101001 |
Color Harmonies of #765A5B
Complementary color
Monochromatic Colors of #765A5B
Black with #765A5B
Text Example
Text Example
White with #765A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A5B; }
p { color: rgb(118,90,91); }
H1.HeaderClassName
{
color: #765A5B;
}
.AnyTagClassName
{
color: #765A5B;
}
</style>
background-color css
<style>
a { background-color: #765A5B; }
a { background-color: rgb(118,90,91); }
div.DivClassName
{
background-color: #765A5B;
}
.BgClassName
{
background-color: #765A5B;
}
</style>
border-color css
<style>
span { border-color: #765A5B; }
span { border-color: rgb(118,90,91); }
td.TdClassName
{
border-color: #765A5B;
}
.TagClassName
{
border-color: #765A5B;
}
</style>