Shades of Falcon #725C5E
Tints of Falcon #725C5E
RGB
CMYK
RGB Variations
Color information
#725C5E (or 0x725C5E) is known color: Falcon. HEX triplet: 72, 5C and 5E. RGB value is (114,92,94). Sum of RGB (Red+Green+Blue) = 114+92+94=300 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 94 (37.11% from 255 or 31.33% from 300); Max value from RGB is 114 - color contains mainly: red. Hex color #725C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725C5E is #8DA3A1. Grayscale: #626262. Windows color (decimal): -9282466 or 6184050. OLE color: 6184050.
HSL color Cylindrical-coordinate representation of color #725C5E: hue angle of 354.55º 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 #725C5E is Cyan = 0, Magento = 0.19, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
RGB | 114 | 92 | 94 | - |
CMYK | 0 | 0.19 | 0.18 | 0.55 |
HSL | 354.55º | 0.11% | 0.4% | - |
HSV(B) | 354.55º | 0.19% | 0.45% | - |
XYZ | 12.79 | 12.04 | 12.24 | - |
YUV | 98.81 | 125.29 | 138.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 114 | 92 | 94 | 0 | 0.19 | 0.18 | 0.55 | 354.55 | 0.11 | 0.4 |
Hex | 72 | 5C | 5E | 0 | 13 | 12 | 37 | 163 | B | 28 |
Octal | 162 | 134 | 136 | 0 | 23 | 22 | 67 | 543 | 13 | 50 |
Binary | 1110010 | 1011100 | 1011110 | 0 | 10011 | 10010 | 110111 | 101100011 | 1011 | 101000 |
Color Harmonies of #725C5E
Complementary color
Monochromatic Colors of #725C5E
Black with #725C5E
Text Example
Text Example
White with #725C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725C5E; }
p { color: rgb(114,92,94); }
H1.HeaderClassName
{
color: #725C5E;
}
.AnyTagClassName
{
color: #725C5E;
}
</style>
background-color css
<style>
a { background-color: #725C5E; }
a { background-color: rgb(114,92,94); }
div.DivClassName
{
background-color: #725C5E;
}
.BgClassName
{
background-color: #725C5E;
}
</style>
border-color css
<style>
span { border-color: #725C5E; }
span { border-color: rgb(114,92,94); }
td.TdClassName
{
border-color: #725C5E;
}
.TagClassName
{
border-color: #725C5E;
}
</style>