Shades of Falcon #72565A
Tints of Falcon #72565A
RGB
CMYK
RGB Variations
Color information
#72565A (or 0x72565A) is known color: Falcon. HEX triplet: 72, 56 and 5A. RGB value is (114,86,90). Sum of RGB (Red+Green+Blue) = 114+86+90=290 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.31% from 290); Green value is 86 (33.98% from 255 or 29.66% from 290); Blue value is 90 (35.55% from 255 or 31.03% from 290); Max value from RGB is 114 - color contains mainly: red. Hex color #72565A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72565A is #8DA9A5. Grayscale: #5E5E5E. Windows color (decimal): -9284006 or 5920370. OLE color: 5920370.
HSL color Cylindrical-coordinate representation of color #72565A: hue angle of 351.43º 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 #72565A is Cyan = 0, Magento = 0.25, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 86 | 90 | - |
| CMYK | 0 | 0.25 | 0.21 | 0.55 |
| HSL | 351.43º | 0.14% | 0.39% | - |
| HSV(B) | 351.43º | 0.25% | 0.45% | - |
| XYZ | 12.11 | 10.97 | 11.15 | - |
| YUV | 94.83 | 125.28 | 141.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 86 | 90 | 0 | 0.25 | 0.21 | 0.55 | 351.43 | 0.14 | 0.39 |
| Hex | 72 | 56 | 5A | 0 | 19 | 15 | 37 | 15F | E | 27 |
| Octal | 162 | 126 | 132 | 0 | 31 | 25 | 67 | 537 | 16 | 47 |
| Binary | 1110010 | 1010110 | 1011010 | 0 | 11001 | 10101 | 110111 | 101011111 | 1110 | 100111 |
Color Harmonies of #72565A
Complementary color
Monochromatic Colors of #72565A
Black with #72565A
Text Example
Text Example
White with #72565A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72565A; }
p { color: rgb(114,86,90); }
H1.HeaderClassName
{
color: #72565A;
}
.AnyTagClassName
{
color: #72565A;
}
</style>
background-color css
<style>
a { background-color: #72565A; }
a { background-color: rgb(114,86,90); }
div.DivClassName
{
background-color: #72565A;
}
.BgClassName
{
background-color: #72565A;
}
</style>
border-color css
<style>
span { border-color: #72565A; }
span { border-color: rgb(114,86,90); }
td.TdClassName
{
border-color: #72565A;
}
.TagClassName
{
border-color: #72565A;
}
</style>