Shades of Falcon #735B5D
Tints of Falcon #735B5D
RGB
CMYK
RGB Variations
Color information
#735B5D (or 0x735B5D) is known color: Falcon. HEX triplet: 73, 5B and 5D. RGB value is (115,91,93). Sum of RGB (Red+Green+Blue) = 115+91+93=299 (39% of max value = 765). Red value is 115 (45.31% from 255 or 38.46% from 299); Green value is 91 (35.94% from 255 or 30.43% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 115 - color contains mainly: red. Hex color #735B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735B5D is #8CA4A2. Grayscale: #626262. Windows color (decimal): -9217187 or 6118259. OLE color: 6118259.
HSL color Cylindrical-coordinate representation of color #735B5D: hue angle of 355º 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 #735B5D is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 91 | 93 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.55 |
| HSL | 355º | 0.12% | 0.4% | - |
| HSV(B) | 355º | 0.21% | 0.45% | - |
| XYZ | 12.79 | 11.92 | 11.98 | - |
| YUV | 98.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 91 | 93 | 0 | 0.21 | 0.19 | 0.55 | 355 | 0.12 | 0.4 |
| Hex | 73 | 5B | 5D | 0 | 15 | 13 | 37 | 163 | C | 28 |
| Octal | 163 | 133 | 135 | 0 | 25 | 23 | 67 | 543 | 14 | 50 |
| Binary | 1110011 | 1011011 | 1011101 | 0 | 10101 | 10011 | 110111 | 101100011 | 1100 | 101000 |
Color Harmonies of #735B5D
Complementary color
Monochromatic Colors of #735B5D
Black with #735B5D
Text Example
Text Example
White with #735B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735B5D; }
p { color: rgb(115,91,93); }
H1.HeaderClassName
{
color: #735B5D;
}
.AnyTagClassName
{
color: #735B5D;
}
</style>
background-color css
<style>
a { background-color: #735B5D; }
a { background-color: rgb(115,91,93); }
div.DivClassName
{
background-color: #735B5D;
}
.BgClassName
{
background-color: #735B5D;
}
</style>
border-color css
<style>
span { border-color: #735B5D; }
span { border-color: rgb(115,91,93); }
td.TdClassName
{
border-color: #735B5D;
}
.TagClassName
{
border-color: #735B5D;
}
</style>