Shades of Falcon #725B5C
Tints of Falcon #725B5C
RGB
CMYK
RGB Variations
Color information
#725B5C (or 0x725B5C) is known color: Falcon. HEX triplet: 72, 5B and 5C. RGB value is (114,91,92). Sum of RGB (Red+Green+Blue) = 114+91+92=297 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.38% from 297); Green value is 91 (35.94% from 255 or 30.64% from 297); Blue value is 92 (36.33% from 255 or 30.98% from 297); Max value from RGB is 114 - color contains mainly: red. Hex color #725B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725B5C is #8DA4A3. Grayscale: #626262. Windows color (decimal): -9282724 or 6052722. OLE color: 6052722.
HSL color Cylindrical-coordinate representation of color #725B5C: hue angle of 357.39º 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 #725B5C is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 91 | 92 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.55 |
| HSL | 357.39º | 0.11% | 0.4% | - |
| HSV(B) | 357.39º | 0.2% | 0.45% | - |
| XYZ | 12.61 | 11.83 | 11.74 | - |
| YUV | 97.99 | 124.62 | 139.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 91 | 92 | 0 | 0.20 | 0.19 | 0.55 | 357.39 | 0.11 | 0.4 |
| Hex | 72 | 5B | 5C | 0 | 14 | 13 | 37 | 165 | B | 28 |
| Octal | 162 | 133 | 134 | 0 | 24 | 23 | 67 | 545 | 13 | 50 |
| Binary | 1110010 | 1011011 | 1011100 | 0 | 10100 | 10011 | 110111 | 101100101 | 1011 | 101000 |
Color Harmonies of #725B5C
Complementary color
Monochromatic Colors of #725B5C
Black with #725B5C
Text Example
Text Example
White with #725B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725B5C; }
p { color: rgb(114,91,92); }
H1.HeaderClassName
{
color: #725B5C;
}
.AnyTagClassName
{
color: #725B5C;
}
</style>
background-color css
<style>
a { background-color: #725B5C; }
a { background-color: rgb(114,91,92); }
div.DivClassName
{
background-color: #725B5C;
}
.BgClassName
{
background-color: #725B5C;
}
</style>
border-color css
<style>
span { border-color: #725B5C; }
span { border-color: rgb(114,91,92); }
td.TdClassName
{
border-color: #725B5C;
}
.TagClassName
{
border-color: #725B5C;
}
</style>