Shades of Falcon #735B5F
Tints of Falcon #735B5F
RGB
CMYK
RGB Variations
Color information
#735B5F (or 0x735B5F) is known color: Falcon. HEX triplet: 73, 5B and 5F. RGB value is (115,91,95). Sum of RGB (Red+Green+Blue) = 115+91+95=301 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.21% from 301); Green value is 91 (35.94% from 255 or 30.23% from 301); Blue value is 95 (37.5% from 255 or 31.56% from 301); Max value from RGB is 115 - color contains mainly: red. Hex color #735B5F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B5F is #8CA4A0. Grayscale: #626262. Windows color (decimal): -9217185 or 6249331. OLE color: 6249331.
HSL color Cylindrical-coordinate representation of color #735B5F: hue angle of 350º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #735B5F is Cyan = 0, Magento = 0.21, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 91 | 95 | - |
| CMYK | 0 | 0.21 | 0.17 | 0.55 |
| HSL | 350º | 0.12% | 0.4% | - |
| HSV(B) | 350º | 0.21% | 0.45% | - |
| XYZ | 12.88 | 11.95 | 12.45 | - |
| YUV | 98.63 | 125.95 | 139.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 95 | 0 | 0.21 | 0.17 | 0.55 | 350 | 0.12 | 0.4 |
| Hex | 73 | 5B | 5F | 0 | 15 | 11 | 37 | 15E | C | 28 |
| Octal | 163 | 133 | 137 | 0 | 25 | 21 | 67 | 536 | 14 | 50 |
| Binary | 1110011 | 1011011 | 1011111 | 0 | 10101 | 10001 | 110111 | 101011110 | 1100 | 101000 |
Color Harmonies of #735B5F
Complementary color
Monochromatic Colors of #735B5F
Black with #735B5F
Text Example
Text Example
White with #735B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735B5F; }
p { color: rgb(115,91,95); }
H1.HeaderClassName
{
color: #735B5F;
}
.AnyTagClassName
{
color: #735B5F;
}
</style>
background-color css
<style>
a { background-color: #735B5F; }
a { background-color: rgb(115,91,95); }
div.DivClassName
{
background-color: #735B5F;
}
.BgClassName
{
background-color: #735B5F;
}
</style>
border-color css
<style>
span { border-color: #735B5F; }
span { border-color: rgb(115,91,95); }
td.TdClassName
{
border-color: #735B5F;
}
.TagClassName
{
border-color: #735B5F;
}
</style>