Shades of Falcon #72565B
Tints of Falcon #72565B
RGB
CMYK
RGB Variations
Color information
#72565B (or 0x72565B) is known color: Falcon. HEX triplet: 72, 56 and 5B. RGB value is (114,86,91). Sum of RGB (Red+Green+Blue) = 114+86+91=291 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.18% from 291); Green value is 86 (33.98% from 255 or 29.55% from 291); Blue value is 91 (35.94% from 255 or 31.27% from 291); Max value from RGB is 114 - color contains mainly: red. Hex color #72565B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72565B is #8DA9A4. Grayscale: #5E5E5E. Windows color (decimal): -9284005 or 5985906. OLE color: 5985906.
HSL color Cylindrical-coordinate representation of color #72565B: hue angle of 349.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #72565B is Cyan = 0, Magento = 0.25, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 86 | 91 | - |
| CMYK | 0 | 0.25 | 0.20 | 0.55 |
| HSL | 349.29º | 0.14% | 0.39% | - |
| HSV(B) | 349.29º | 0.25% | 0.45% | - |
| XYZ | 12.16 | 10.99 | 11.38 | - |
| YUV | 94.94 | 125.78 | 141.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 91 | 0 | 0.25 | 0.20 | 0.55 | 349.29 | 0.14 | 0.39 |
| Hex | 72 | 56 | 5B | 0 | 19 | 14 | 37 | 15D | E | 27 |
| Octal | 162 | 126 | 133 | 0 | 31 | 24 | 67 | 535 | 16 | 47 |
| Binary | 1110010 | 1010110 | 1011011 | 0 | 11001 | 10100 | 110111 | 101011101 | 1110 | 100111 |
Color Harmonies of #72565B
Complementary color
Monochromatic Colors of #72565B
Black with #72565B
Text Example
Text Example
White with #72565B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72565B; }
p { color: rgb(114,86,91); }
H1.HeaderClassName
{
color: #72565B;
}
.AnyTagClassName
{
color: #72565B;
}
</style>
background-color css
<style>
a { background-color: #72565B; }
a { background-color: rgb(114,86,91); }
div.DivClassName
{
background-color: #72565B;
}
.BgClassName
{
background-color: #72565B;
}
</style>
border-color css
<style>
span { border-color: #72565B; }
span { border-color: rgb(114,86,91); }
td.TdClassName
{
border-color: #72565B;
}
.TagClassName
{
border-color: #72565B;
}
</style>