Shades of Falcon #725058
Tints of Falcon #725058
RGB
CMYK
RGB Variations
Color information
#725058 (or 0x725058) is known color: Falcon. HEX triplet: 72, 50 and 58. RGB value is (114,80,88). Sum of RGB (Red+Green+Blue) = 114+80+88=282 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.43% from 282); Green value is 80 (31.64% from 255 or 28.37% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 114 - color contains mainly: red. Hex color #725058 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725058 is #8DAFA7. Grayscale: #5B5B5B. Windows color (decimal): -9285544 or 5787762. OLE color: 5787762.
HSL color Cylindrical-coordinate representation of color #725058: hue angle of 345.88º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #725058 is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 80 | 88 | - |
| CMYK | 0 | 0.30 | 0.23 | 0.55 |
| HSL | 345.88º | 0.18% | 0.38% | - |
| HSV(B) | 345.88º | 0.3% | 0.45% | - |
| XYZ | 11.57 | 10.02 | 10.56 | - |
| YUV | 91.08 | 126.26 | 144.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 80 | 88 | 0 | 0.30 | 0.23 | 0.55 | 345.88 | 0.18 | 0.38 |
| Hex | 72 | 50 | 58 | 0 | 1E | 17 | 37 | 15A | 12 | 26 |
| Octal | 162 | 120 | 130 | 0 | 36 | 27 | 67 | 532 | 22 | 46 |
| Binary | 1110010 | 1010000 | 1011000 | 0 | 11110 | 10111 | 110111 | 101011010 | 10010 | 100110 |
Color Harmonies of #725058
Complementary color
Monochromatic Colors of #725058
Black with #725058
Text Example
Text Example
White with #725058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725058; }
p { color: rgb(114,80,88); }
H1.HeaderClassName
{
color: #725058;
}
.AnyTagClassName
{
color: #725058;
}
</style>
background-color css
<style>
a { background-color: #725058; }
a { background-color: rgb(114,80,88); }
div.DivClassName
{
background-color: #725058;
}
.BgClassName
{
background-color: #725058;
}
</style>
border-color css
<style>
span { border-color: #725058; }
span { border-color: rgb(114,80,88); }
td.TdClassName
{
border-color: #725058;
}
.TagClassName
{
border-color: #725058;
}
</style>