Shades of Falcon #765357
Tints of Falcon #765357
RGB
CMYK
RGB Variations
Color information
#765357 (or 0x765357) is known color: Falcon. HEX triplet: 76, 53 and 57. RGB value is (118,83,87). Sum of RGB (Red+Green+Blue) = 118+83+87=288 (38% of max value = 765). Red value is 118 (46.48% from 255 or 40.97% from 288); Green value is 83 (32.81% from 255 or 28.82% from 288); Blue value is 87 (34.38% from 255 or 30.21% from 288); Max value from RGB is 118 - color contains mainly: red. Hex color #765357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #765357 is #89ACA8. Grayscale: #5D5D5D. Windows color (decimal): -9022633 or 5722998. OLE color: 5722998.
HSL color Cylindrical-coordinate representation of color #765357: hue angle of 353.14º degrees, saturation: 0.17, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #765357 is Cyan = 0, Magento = 0.30, Yellow = 0.26 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 118 | 83 | 87 | - |
| CMYK | 0 | 0.30 | 0.26 | 0.54 |
| HSL | 353.14º | 0.17% | 0.39% | - |
| HSV(B) | 353.14º | 0.3% | 0.46% | - |
| XYZ | 12.28 | 10.73 | 10.44 | - |
| YUV | 93.92 | 124.1 | 145.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 83 | 87 | 0 | 0.30 | 0.26 | 0.54 | 353.14 | 0.17 | 0.39 |
| Hex | 76 | 53 | 57 | 0 | 1E | 1A | 36 | 161 | 11 | 27 |
| Octal | 166 | 123 | 127 | 0 | 36 | 32 | 66 | 541 | 21 | 47 |
| Binary | 1110110 | 1010011 | 1010111 | 0 | 11110 | 11010 | 110110 | 101100001 | 10001 | 100111 |
Color Harmonies of #765357
Complementary color
Monochromatic Colors of #765357
Black with #765357
Text Example
Text Example
White with #765357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #765357; }
p { color: rgb(118,83,87); }
H1.HeaderClassName
{
color: #765357;
}
.AnyTagClassName
{
color: #765357;
}
</style>
background-color css
<style>
a { background-color: #765357; }
a { background-color: rgb(118,83,87); }
div.DivClassName
{
background-color: #765357;
}
.BgClassName
{
background-color: #765357;
}
</style>
border-color css
<style>
span { border-color: #765357; }
span { border-color: rgb(118,83,87); }
td.TdClassName
{
border-color: #765357;
}
.TagClassName
{
border-color: #765357;
}
</style>