Shades of Falcon #72545A
Tints of Falcon #72545A
RGB
CMYK
RGB Variations
Color information
#72545A (or 0x72545A) is known color: Falcon. HEX triplet: 72, 54 and 5A. RGB value is (114,84,90). Sum of RGB (Red+Green+Blue) = 114+84+90=288 (38% of max value = 765). Red value is 114 (44.92% from 255 or 39.58% from 288); Green value is 84 (33.20% from 255 or 29.17% from 288); Blue value is 90 (35.55% from 255 or 31.25% from 288); Max value from RGB is 114 - color contains mainly: red. Hex color #72545A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72545A is #8DABA5. Grayscale: #5D5D5D. Windows color (decimal): -9284518 or 5919858. OLE color: 5919858.
HSL color Cylindrical-coordinate representation of color #72545A: hue angle of 348º degrees, saturation: 0.15, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #72545A is Cyan = 0, Magento = 0.26, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 84 | 90 | - |
| CMYK | 0 | 0.26 | 0.21 | 0.55 |
| HSL | 348º | 0.15% | 0.39% | - |
| HSV(B) | 348º | 0.26% | 0.45% | - |
| XYZ | 11.96 | 10.66 | 11.1 | - |
| YUV | 93.65 | 125.94 | 142.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 84 | 90 | 0 | 0.26 | 0.21 | 0.55 | 348 | 0.15 | 0.39 |
| Hex | 72 | 54 | 5A | 0 | 1A | 15 | 37 | 15C | F | 27 |
| Octal | 162 | 124 | 132 | 0 | 32 | 25 | 67 | 534 | 17 | 47 |
| Binary | 1110010 | 1010100 | 1011010 | 0 | 11010 | 10101 | 110111 | 101011100 | 1111 | 100111 |
Color Harmonies of #72545A
Complementary color
Monochromatic Colors of #72545A
Black with #72545A
Text Example
Text Example
White with #72545A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72545A; }
p { color: rgb(114,84,90); }
H1.HeaderClassName
{
color: #72545A;
}
.AnyTagClassName
{
color: #72545A;
}
</style>
background-color css
<style>
a { background-color: #72545A; }
a { background-color: rgb(114,84,90); }
div.DivClassName
{
background-color: #72545A;
}
.BgClassName
{
background-color: #72545A;
}
</style>
border-color css
<style>
span { border-color: #72545A; }
span { border-color: rgb(114,84,90); }
td.TdClassName
{
border-color: #72545A;
}
.TagClassName
{
border-color: #72545A;
}
</style>