Shades of Falcon #725A5C
Tints of Falcon #725A5C
RGB
CMYK
RGB Variations
Color information
#725A5C (or 0x725A5C) is known color: Falcon. HEX triplet: 72, 5A and 5C. RGB value is (114,90,92). Sum of RGB (Red+Green+Blue) = 114+90+92=296 (39% of max value = 765). Red value is 114 (44.92% from 255 or 38.51% from 296); Green value is 90 (35.55% from 255 or 30.41% from 296); Blue value is 92 (36.33% from 255 or 31.08% from 296); Max value from RGB is 114 - color contains mainly: red. Hex color #725A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #725A5C is #8DA5A3. Grayscale: #616161. Windows color (decimal): -9282980 or 6052466. OLE color: 6052466.
HSL color Cylindrical-coordinate representation of color #725A5C: hue angle of 355º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #725A5C is Cyan = 0, Magento = 0.21, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 90 | 92 | - |
| CMYK | 0 | 0.21 | 0.19 | 0.55 |
| HSL | 355º | 0.12% | 0.4% | - |
| HSV(B) | 355º | 0.21% | 0.45% | - |
| XYZ | 12.53 | 11.66 | 11.72 | - |
| YUV | 97.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 90 | 92 | 0 | 0.21 | 0.19 | 0.55 | 355 | 0.12 | 0.4 |
| Hex | 72 | 5A | 5C | 0 | 15 | 13 | 37 | 163 | C | 28 |
| Octal | 162 | 132 | 134 | 0 | 25 | 23 | 67 | 543 | 14 | 50 |
| Binary | 1110010 | 1011010 | 1011100 | 0 | 10101 | 10011 | 110111 | 101100011 | 1100 | 101000 |
Color Harmonies of #725A5C
Complementary color
Monochromatic Colors of #725A5C
Black with #725A5C
Text Example
Text Example
White with #725A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #725A5C; }
p { color: rgb(114,90,92); }
H1.HeaderClassName
{
color: #725A5C;
}
.AnyTagClassName
{
color: #725A5C;
}
</style>
background-color css
<style>
a { background-color: #725A5C; }
a { background-color: rgb(114,90,92); }
div.DivClassName
{
background-color: #725A5C;
}
.BgClassName
{
background-color: #725A5C;
}
</style>
border-color css
<style>
span { border-color: #725A5C; }
span { border-color: rgb(114,90,92); }
td.TdClassName
{
border-color: #725A5C;
}
.TagClassName
{
border-color: #725A5C;
}
</style>