Shades of Finch #71725E
Tints of Finch #71725E
RGB
CMYK
RGB Variations
Color information
#71725E (or 0x71725E) is known color: Finch. HEX triplet: 71, 72 and 5E. RGB value is (113,114,94). Sum of RGB (Red+Green+Blue) = 113+114+94=321 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.20% from 321); Green value is 114 (44.92% from 255 or 35.51% from 321); Blue value is 94 (37.11% from 255 or 29.28% from 321); Max value from RGB is 114 - color contains mainly: green. Hex color #71725E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71725E is #8E8DA1. Grayscale: #6F6F6F. Windows color (decimal): -9342370 or 6189681. OLE color: 6189681.
HSL color Cylindrical-coordinate representation of color #71725E: hue angle of 63º degrees, saturation: 0.1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #71725E is Cyan = 0.01, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 94 | - |
| CMYK | 0.01 | 0 | 0.18 | 0.55 |
| HSL | 63º | 0.1% | 0.41% | - |
| HSV(B) | 63º | 0.18% | 0.45% | - |
| XYZ | 14.85 | 16.35 | 12.96 | - |
| YUV | 111.42 | 118.17 | 129.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 94 | 0.01 | 0 | 0.18 | 0.55 | 63 | 0.1 | 0.41 |
| Hex | 71 | 72 | 5E | 1 | 0 | 12 | 37 | 3F | A | 29 |
| Octal | 161 | 162 | 136 | 1 | 0 | 22 | 67 | 77 | 12 | 51 |
| Binary | 1110001 | 1110010 | 1011110 | 1 | 0 | 10010 | 110111 | 111111 | 1010 | 101001 |
Color Harmonies of #71725E
Complementary color
Monochromatic Colors of #71725E
Black with #71725E
Text Example
Text Example
White with #71725E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71725E; }
p { color: rgb(113,114,94); }
H1.HeaderClassName
{
color: #71725E;
}
.AnyTagClassName
{
color: #71725E;
}
</style>
background-color css
<style>
a { background-color: #71725E; }
a { background-color: rgb(113,114,94); }
div.DivClassName
{
background-color: #71725E;
}
.BgClassName
{
background-color: #71725E;
}
</style>
border-color css
<style>
span { border-color: #71725E; }
span { border-color: rgb(113,114,94); }
td.TdClassName
{
border-color: #71725E;
}
.TagClassName
{
border-color: #71725E;
}
</style>