Shades of Falcon #765A5C
Tints of Falcon #765A5C
RGB
CMYK
RGB Variations
Color information
#765A5C (or 0x765A5C) is known color: Falcon. HEX triplet: 76, 5A and 5C. RGB value is (118,90,92). Sum of RGB (Red+Green+Blue) = 118+90+92=300 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.33% from 300); Green value is 90 (35.55% from 255 or 30% from 300); Blue value is 92 (36.33% from 255 or 30.67% from 300); Max value from RGB is 118 - color contains mainly: red. Hex color #765A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765A5C is #89A5A3. Grayscale: #626262. Windows color (decimal): -9020836 or 6052470. OLE color: 6052470.
HSL color Cylindrical-coordinate representation of color #765A5C: hue angle of 355.71º 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 #765A5C is Cyan = 0, Magento = 0.24, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 90 | 92 | - |
| CMYK | 0 | 0.24 | 0.22 | 0.54 |
| HSL | 355.71º | 0.13% | 0.41% | - |
| HSV(B) | 355.71º | 0.24% | 0.46% | - |
| XYZ | 13.06 | 11.94 | 11.74 | - |
| YUV | 98.6 | 124.28 | 141.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 90 | 92 | 0 | 0.24 | 0.22 | 0.54 | 355.71 | 0.13 | 0.41 |
| Hex | 76 | 5A | 5C | 0 | 18 | 16 | 36 | 164 | D | 29 |
| Octal | 166 | 132 | 134 | 0 | 30 | 26 | 66 | 544 | 15 | 51 |
| Binary | 1110110 | 1011010 | 1011100 | 0 | 11000 | 10110 | 110110 | 101100100 | 1101 | 101001 |
Color Harmonies of #765A5C
Complementary color
Monochromatic Colors of #765A5C
Black with #765A5C
Text Example
Text Example
White with #765A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765A5C; }
p { color: rgb(118,90,92); }
H1.HeaderClassName
{
color: #765A5C;
}
.AnyTagClassName
{
color: #765A5C;
}
</style>
background-color css
<style>
a { background-color: #765A5C; }
a { background-color: rgb(118,90,92); }
div.DivClassName
{
background-color: #765A5C;
}
.BgClassName
{
background-color: #765A5C;
}
</style>
border-color css
<style>
span { border-color: #765A5C; }
span { border-color: rgb(118,90,92); }
td.TdClassName
{
border-color: #765A5C;
}
.TagClassName
{
border-color: #765A5C;
}
</style>