Shades of Falcon #725C5D
Tints of Falcon #725C5D
RGB
CMYK
RGB Variations
Color information
#725C5D (or 0x725C5D) is known color: Falcon. HEX triplet: 72, 5C and 5D. RGB value is (114,92,93). Sum of RGB (Red+Green+Blue) = 114+92+93=299 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.13% from 299); Green value is 92 (36.33% from 255 or 30.77% from 299); Blue value is 93 (36.72% from 255 or 31.10% from 299); Max value from RGB is 114 - color contains mainly: red. Hex color #725C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C5D is #8DA3A2. Grayscale: #626262. Windows color (decimal): -9282467 or 6118514. OLE color: 6118514.
HSL color Cylindrical-coordinate representation of color #725C5D: hue angle of 357.27º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #725C5D is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 92 | 93 | - |
| CMYK | 0 | 0.19 | 0.18 | 0.55 |
| HSL | 357.27º | 0.11% | 0.4% | - |
| HSV(B) | 357.27º | 0.19% | 0.45% | - |
| XYZ | 12.74 | 12.02 | 12 | - |
| YUV | 98.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 92 | 93 | 0 | 0.19 | 0.18 | 0.55 | 357.27 | 0.11 | 0.4 |
| Hex | 72 | 5C | 5D | 0 | 13 | 12 | 37 | 165 | B | 28 |
| Octal | 162 | 134 | 135 | 0 | 23 | 22 | 67 | 545 | 13 | 50 |
| Binary | 1110010 | 1011100 | 1011101 | 0 | 10011 | 10010 | 110111 | 101100101 | 1011 | 101000 |
Color Harmonies of #725C5D
Complementary color
Monochromatic Colors of #725C5D
Black with #725C5D
Text Example
Text Example
White with #725C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C5D; }
p { color: rgb(114,92,93); }
H1.HeaderClassName
{
color: #725C5D;
}
.AnyTagClassName
{
color: #725C5D;
}
</style>
background-color css
<style>
a { background-color: #725C5D; }
a { background-color: rgb(114,92,93); }
div.DivClassName
{
background-color: #725C5D;
}
.BgClassName
{
background-color: #725C5D;
}
</style>
border-color css
<style>
span { border-color: #725C5D; }
span { border-color: rgb(114,92,93); }
td.TdClassName
{
border-color: #725C5D;
}
.TagClassName
{
border-color: #725C5D;
}
</style>