Shades of Falcon #72585D
Tints of Falcon #72585D
RGB
CMYK
RGB Variations
Color information
#72585D (or 0x72585D) is known color: Falcon. HEX triplet: 72, 58 and 5D. RGB value is (114,88,93). Sum of RGB (Red+Green+Blue) = 114+88+93=295 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.64% from 295); Green value is 88 (34.77% from 255 or 29.83% from 295); Blue value is 93 (36.72% from 255 or 31.53% from 295); Max value from RGB is 114 - color contains mainly: red. Hex color #72585D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72585D is #8DA7A2. Grayscale: #606060. Windows color (decimal): -9283491 or 6117490. OLE color: 6117490.
HSL color Cylindrical-coordinate representation of color #72585D: hue angle of 348.46º degrees, saturation: 0.13, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #72585D is Cyan = 0, Magento = 0.23, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 88 | 93 | - |
| CMYK | 0 | 0.23 | 0.18 | 0.55 |
| HSL | 348.46º | 0.13% | 0.4% | - |
| HSV(B) | 348.46º | 0.23% | 0.45% | - |
| XYZ | 12.4 | 11.35 | 11.89 | - |
| YUV | 96.34 | 126.11 | 140.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 93 | 0 | 0.23 | 0.18 | 0.55 | 348.46 | 0.13 | 0.4 |
| Hex | 72 | 58 | 5D | 0 | 17 | 12 | 37 | 15C | D | 28 |
| Octal | 162 | 130 | 135 | 0 | 27 | 22 | 67 | 534 | 15 | 50 |
| Binary | 1110010 | 1011000 | 1011101 | 0 | 10111 | 10010 | 110111 | 101011100 | 1101 | 101000 |
Color Harmonies of #72585D
Complementary color
Monochromatic Colors of #72585D
Black with #72585D
Text Example
Text Example
White with #72585D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72585D; }
p { color: rgb(114,88,93); }
H1.HeaderClassName
{
color: #72585D;
}
.AnyTagClassName
{
color: #72585D;
}
</style>
background-color css
<style>
a { background-color: #72585D; }
a { background-color: rgb(114,88,93); }
div.DivClassName
{
background-color: #72585D;
}
.BgClassName
{
background-color: #72585D;
}
</style>
border-color css
<style>
span { border-color: #72585D; }
span { border-color: rgb(114,88,93); }
td.TdClassName
{
border-color: #72585D;
}
.TagClassName
{
border-color: #72585D;
}
</style>