Shades of Falcon #715D5E
Tints of Falcon #715D5E
RGB
CMYK
RGB Variations
Color information
#715D5E (or 0x715D5E) is known color: Falcon. HEX triplet: 71, 5D and 5E. RGB value is (113,93,94). Sum of RGB (Red+Green+Blue) = 113+93+94=300 (39% of max value = 765). Red value is 113 (44.53% from 255 or 37.67% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 113 - color contains mainly: red. Hex color #715D5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #715D5E is #8EA2A1. Grayscale: #636363. Windows color (decimal): -9347746 or 6184305. OLE color: 6184305.
HSL color Cylindrical-coordinate representation of color #715D5E: hue angle of 357º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #715D5E is Cyan = 0, Magento = 0.18, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
RGB | 113 | 93 | 94 | - |
CMYK | 0 | 0.18 | 0.17 | 0.56 |
HSL | 357º | 0.1% | 0.4% | - |
HSV(B) | 357º | 0.18% | 0.44% | - |
XYZ | 12.74 | 12.15 | 12.26 | - |
YUV | 99.09 | 125.13 | 137.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 113 | 93 | 94 | 0 | 0.18 | 0.17 | 0.56 | 357 | 0.1 | 0.4 |
Hex | 71 | 5D | 5E | 0 | 12 | 11 | 38 | 165 | A | 28 |
Octal | 161 | 135 | 136 | 0 | 22 | 21 | 70 | 545 | 12 | 50 |
Binary | 1110001 | 1011101 | 1011110 | 0 | 10010 | 10001 | 111000 | 101100101 | 1010 | 101000 |
Color Harmonies of #715D5E
Complementary color
Monochromatic Colors of #715D5E
Black with #715D5E
Text Example
Text Example
White with #715D5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #715D5E; }
p { color: rgb(113,93,94); }
H1.HeaderClassName
{
color: #715D5E;
}
.AnyTagClassName
{
color: #715D5E;
}
</style>
background-color css
<style>
a { background-color: #715D5E; }
a { background-color: rgb(113,93,94); }
div.DivClassName
{
background-color: #715D5E;
}
.BgClassName
{
background-color: #715D5E;
}
</style>
border-color css
<style>
span { border-color: #715D5E; }
span { border-color: rgb(113,93,94); }
td.TdClassName
{
border-color: #715D5E;
}
.TagClassName
{
border-color: #715D5E;
}
</style>