Shades of Falcon #72595D
Tints of Falcon #72595D
RGB
CMYK
RGB Variations
Color information
#72595D (or 0x72595D) is known color: Falcon. HEX triplet: 72, 59 and 5D. RGB value is (114,89,93). Sum of RGB (Red+Green+Blue) = 114+89+93=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 89 (35.16% from 255 or 30.07% from 296); Blue value is 93 (36.72% from 255 or 31.42% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #72595D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72595D is #8DA6A2. Grayscale: #606060. Windows color (decimal): -9283235 or 6117746. OLE color: 6117746.
HSL color Cylindrical-coordinate representation of color #72595D: hue angle of 350.4º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #72595D is Cyan = 0, Magento = 0.22, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 89 | 93 | - |
| CMYK | 0 | 0.22 | 0.18 | 0.55 |
| HSL | 350.4º | 0.12% | 0.4% | - |
| HSV(B) | 350.4º | 0.22% | 0.45% | - |
| XYZ | 12.49 | 11.51 | 11.92 | - |
| YUV | 96.93 | 125.78 | 140.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 89 | 93 | 0 | 0.22 | 0.18 | 0.55 | 350.4 | 0.12 | 0.4 |
| Hex | 72 | 59 | 5D | 0 | 16 | 12 | 37 | 15E | C | 28 |
| Octal | 162 | 131 | 135 | 0 | 26 | 22 | 67 | 536 | 14 | 50 |
| Binary | 1110010 | 1011001 | 1011101 | 0 | 10110 | 10010 | 110111 | 101011110 | 1100 | 101000 |
Color Harmonies of #72595D
Complementary color
Monochromatic Colors of #72595D
Black with #72595D
Text Example
Text Example
White with #72595D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72595D; }
p { color: rgb(114,89,93); }
H1.HeaderClassName
{
color: #72595D;
}
.AnyTagClassName
{
color: #72595D;
}
</style>
background-color css
<style>
a { background-color: #72595D; }
a { background-color: rgb(114,89,93); }
div.DivClassName
{
background-color: #72595D;
}
.BgClassName
{
background-color: #72595D;
}
</style>
border-color css
<style>
span { border-color: #72595D; }
span { border-color: rgb(114,89,93); }
td.TdClassName
{
border-color: #72595D;
}
.TagClassName
{
border-color: #72595D;
}
</style>