Shades of Falcon #72585C
Tints of Falcon #72585C
RGB
CMYK
RGB Variations
Color information
#72585C (or 0x72585C) is known color: Falcon. HEX triplet: 72, 58 and 5C. RGB value is (114,88,92). Sum of RGB (Red+Green+Blue) = 114+88+92=294 (38% of max value = 765). Red value is 114 (44.92% from 255 or 38.78% from 294); Green value is 88 (34.77% from 255 or 29.93% from 294); Blue value is 92 (36.33% from 255 or 31.29% from 294); Max value from RGB is 114 - color contains mainly: red. Hex color #72585C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #72585C is #8DA7A3. Grayscale: #606060. Windows color (decimal): -9283492 or 6051954. OLE color: 6051954.
HSL color Cylindrical-coordinate representation of color #72585C: hue angle of 350.77º 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 #72585C is Cyan = 0, Magento = 0.23, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 88 | 92 | - |
| CMYK | 0 | 0.23 | 0.19 | 0.55 |
| HSL | 350.77º | 0.13% | 0.4% | - |
| HSV(B) | 350.77º | 0.23% | 0.45% | - |
| XYZ | 12.36 | 11.33 | 11.66 | - |
| YUV | 96.23 | 125.61 | 140.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 88 | 92 | 0 | 0.23 | 0.19 | 0.55 | 350.77 | 0.13 | 0.4 |
| Hex | 72 | 58 | 5C | 0 | 17 | 13 | 37 | 15F | D | 28 |
| Octal | 162 | 130 | 134 | 0 | 27 | 23 | 67 | 537 | 15 | 50 |
| Binary | 1110010 | 1011000 | 1011100 | 0 | 10111 | 10011 | 110111 | 101011111 | 1101 | 101000 |
Color Harmonies of #72585C
Complementary color
Monochromatic Colors of #72585C
Black with #72585C
Text Example
Text Example
White with #72585C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72585C; }
p { color: rgb(114,88,92); }
H1.HeaderClassName
{
color: #72585C;
}
.AnyTagClassName
{
color: #72585C;
}
</style>
background-color css
<style>
a { background-color: #72585C; }
a { background-color: rgb(114,88,92); }
div.DivClassName
{
background-color: #72585C;
}
.BgClassName
{
background-color: #72585C;
}
</style>
border-color css
<style>
span { border-color: #72585C; }
span { border-color: rgb(114,88,92); }
td.TdClassName
{
border-color: #72585C;
}
.TagClassName
{
border-color: #72585C;
}
</style>