Shades of Falcon #735F62
Tints of Falcon #735F62
RGB
CMYK
RGB Variations
Color information
#735F62 (or 0x735F62) is known color: Falcon. HEX triplet: 73, 5F and 62. RGB value is (115,95,98). Sum of RGB (Red+Green+Blue) = 115+95+98=308 (40% of max value = 765). Red value is 115 (45.31% from 255 or 37.34% from 308); Green value is 95 (37.5% from 255 or 30.84% from 308); Blue value is 98 (38.67% from 255 or 31.82% from 308); Max value from RGB is 115 - color contains mainly: red. Hex color #735F62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #735F62 is #8CA09D. Grayscale: #656565. Windows color (decimal): -9216158 or 6446963. OLE color: 6446963.
HSL color Cylindrical-coordinate representation of color #735F62: hue angle of 351º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #735F62 is Cyan = 0, Magento = 0.17, Yellow = 0.15 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 95 | 98 | - |
| CMYK | 0 | 0.17 | 0.15 | 0.55 |
| HSL | 351º | 0.1% | 0.41% | - |
| HSV(B) | 351º | 0.17% | 0.45% | - |
| XYZ | 13.37 | 12.71 | 13.3 | - |
| YUV | 101.32 | 126.13 | 137.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 95 | 98 | 0 | 0.17 | 0.15 | 0.55 | 351 | 0.1 | 0.41 |
| Hex | 73 | 5F | 62 | 0 | 11 | F | 37 | 15F | A | 29 |
| Octal | 163 | 137 | 142 | 0 | 21 | 17 | 67 | 537 | 12 | 51 |
| Binary | 1110011 | 1011111 | 1100010 | 0 | 10001 | 1111 | 110111 | 101011111 | 1010 | 101001 |
Color Harmonies of #735F62
Complementary color
Monochromatic Colors of #735F62
Black with #735F62
Text Example
Text Example
White with #735F62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #735F62; }
p { color: rgb(115,95,98); }
H1.HeaderClassName
{
color: #735F62;
}
.AnyTagClassName
{
color: #735F62;
}
</style>
background-color css
<style>
a { background-color: #735F62; }
a { background-color: rgb(115,95,98); }
div.DivClassName
{
background-color: #735F62;
}
.BgClassName
{
background-color: #735F62;
}
</style>
border-color css
<style>
span { border-color: #735F62; }
span { border-color: rgb(115,95,98); }
td.TdClassName
{
border-color: #735F62;
}
.TagClassName
{
border-color: #735F62;
}
</style>