Shades of Falcon #725A5B
Tints of Falcon #725A5B
RGB
CMYK
RGB Variations
Color information
#725A5B (or 0x725A5B) is known color: Falcon. HEX triplet: 72, 5A and 5B. RGB value is (114,90,91). Sum of RGB (Red+Green+Blue) = 114+90+91=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 90 (35.55% from 255 or 30.51% from 295); Blue value is 91 (35.94% from 255 or 30.85% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #725A5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A5B is #8DA5A4. Grayscale: #616161. Windows color (decimal): -9282981 or 5986930. OLE color: 5986930.
HSL color Cylindrical-coordinate representation of color #725A5B: hue angle of 357.5º 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 #725A5B is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 91 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.55 |
| HSL | 357.5º | 0.12% | 0.4% | - |
| HSV(B) | 357.5º | 0.21% | 0.45% | - |
| XYZ | 12.48 | 11.65 | 11.49 | - |
| YUV | 97.29 | 124.45 | 139.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 91 | 0 | 0.21 | 0.20 | 0.55 | 357.5 | 0.12 | 0.4 |
| Hex | 72 | 5A | 5B | 0 | 15 | 14 | 37 | 166 | C | 28 |
| Octal | 162 | 132 | 133 | 0 | 25 | 24 | 67 | 546 | 14 | 50 |
| Binary | 1110010 | 1011010 | 1011011 | 0 | 10101 | 10100 | 110111 | 101100110 | 1100 | 101000 |
Color Harmonies of #725A5B
Complementary color
Monochromatic Colors of #725A5B
Black with #725A5B
Text Example
Text Example
White with #725A5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A5B; }
p { color: rgb(114,90,91); }
H1.HeaderClassName
{
color: #725A5B;
}
.AnyTagClassName
{
color: #725A5B;
}
</style>
background-color css
<style>
a { background-color: #725A5B; }
a { background-color: rgb(114,90,91); }
div.DivClassName
{
background-color: #725A5B;
}
.BgClassName
{
background-color: #725A5B;
}
</style>
border-color css
<style>
span { border-color: #725A5B; }
span { border-color: rgb(114,90,91); }
td.TdClassName
{
border-color: #725A5B;
}
.TagClassName
{
border-color: #725A5B;
}
</style>