Shades of Falcon #725255
Tints of Falcon #725255
RGB
CMYK
RGB Variations
Color information
#725255 (or 0x725255) is known color: Falcon. HEX triplet: 72, 52 and 55. RGB value is (114,82,85). Sum of RGB (Red+Green+Blue) = 114+82+85=281 (37% of max value = 765). Red value is 114 (44.92% from 255 or 40.57% from 281); Green value is 82 (32.42% from 255 or 29.18% from 281); Blue value is 85 (33.59% from 255 or 30.25% from 281); Max value from RGB is 114 - color contains mainly: red. Hex color #725255 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725255 is #8DADAA. Grayscale: #5B5B5B. Windows color (decimal): -9285035 or 5591666. OLE color: 5591666.
HSL color Cylindrical-coordinate representation of color #725255: hue angle of 354.38º degrees, saturation: 0.16, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #725255 is Cyan = 0, Magento = 0.28, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 82 | 85 | - |
| CMYK | 0 | 0.28 | 0.25 | 0.55 |
| HSL | 354.38º | 0.16% | 0.38% | - |
| HSV(B) | 354.38º | 0.28% | 0.45% | - |
| XYZ | 11.6 | 10.27 | 9.97 | - |
| YUV | 91.91 | 124.1 | 143.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 82 | 85 | 0 | 0.28 | 0.25 | 0.55 | 354.38 | 0.16 | 0.38 |
| Hex | 72 | 52 | 55 | 0 | 1C | 19 | 37 | 162 | 10 | 26 |
| Octal | 162 | 122 | 125 | 0 | 34 | 31 | 67 | 542 | 20 | 46 |
| Binary | 1110010 | 1010010 | 1010101 | 0 | 11100 | 11001 | 110111 | 101100010 | 10000 | 100110 |
Color Harmonies of #725255
Complementary color
Monochromatic Colors of #725255
Black with #725255
Text Example
Text Example
White with #725255
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725255; }
p { color: rgb(114,82,85); }
H1.HeaderClassName
{
color: #725255;
}
.AnyTagClassName
{
color: #725255;
}
</style>
background-color css
<style>
a { background-color: #725255; }
a { background-color: rgb(114,82,85); }
div.DivClassName
{
background-color: #725255;
}
.BgClassName
{
background-color: #725255;
}
</style>
border-color css
<style>
span { border-color: #725255; }
span { border-color: rgb(114,82,85); }
td.TdClassName
{
border-color: #725255;
}
.TagClassName
{
border-color: #725255;
}
</style>