Shades of Falcon #725B5D
Tints of Falcon #725B5D
RGB
CMYK
RGB Variations
Color information
#725B5D (or 0x725B5D) is known color: Falcon. HEX triplet: 72, 5B and 5D. RGB value is (114,91,93). Sum of RGB (Red+Green+Blue) = 114+91+93=298 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.26% from 298); Green value is 91 (35.94% from 255 or 30.54% from 298); Blue value is 93 (36.72% from 255 or 31.21% from 298); Max value from RGB is 114 - color contains mainly: red. Hex color #725B5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B5D is #8DA4A2. Grayscale: #626262. Windows color (decimal): -9282723 or 6118258. OLE color: 6118258.
HSL color Cylindrical-coordinate representation of color #725B5D: hue angle of 354.78º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #725B5D is Cyan = 0, Magento = 0.20, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 91 | 93 | - |
| CMYK | 0 | 0.20 | 0.18 | 0.55 |
| HSL | 354.78º | 0.11% | 0.4% | - |
| HSV(B) | 354.78º | 0.2% | 0.45% | - |
| XYZ | 12.66 | 11.85 | 11.98 | - |
| YUV | 98.11 | 125.12 | 139.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 93 | 0 | 0.20 | 0.18 | 0.55 | 354.78 | 0.11 | 0.4 |
| Hex | 72 | 5B | 5D | 0 | 14 | 12 | 37 | 163 | B | 28 |
| Octal | 162 | 133 | 135 | 0 | 24 | 22 | 67 | 543 | 13 | 50 |
| Binary | 1110010 | 1011011 | 1011101 | 0 | 10100 | 10010 | 110111 | 101100011 | 1011 | 101000 |
Color Harmonies of #725B5D
Complementary color
Monochromatic Colors of #725B5D
Black with #725B5D
Text Example
Text Example
White with #725B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725B5D; }
p { color: rgb(114,91,93); }
H1.HeaderClassName
{
color: #725B5D;
}
.AnyTagClassName
{
color: #725B5D;
}
</style>
background-color css
<style>
a { background-color: #725B5D; }
a { background-color: rgb(114,91,93); }
div.DivClassName
{
background-color: #725B5D;
}
.BgClassName
{
background-color: #725B5D;
}
</style>
border-color css
<style>
span { border-color: #725B5D; }
span { border-color: rgb(114,91,93); }
td.TdClassName
{
border-color: #725B5D;
}
.TagClassName
{
border-color: #725B5D;
}
</style>