Shades of Finch #71725C
Tints of Finch #71725C
RGB
CMYK
RGB Variations
Color information
#71725C (or 0x71725C) is known color: Finch. HEX triplet: 71, 72 and 5C. RGB value is (113,114,92). Sum of RGB (Red+Green+Blue) = 113+114+92=319 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.42% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 92 (36.33% from 255 or 28.84% from 319); Max value from RGB is 114 - color contains mainly: green. Hex color #71725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71725C is #8E8DA3. Grayscale: #6F6F6F. Windows color (decimal): -9342372 or 6058609. OLE color: 6058609.
HSL color Cylindrical-coordinate representation of color #71725C: hue angle of 62.73º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71725C is Cyan = 0.01, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 92 | - |
| CMYK | 0.01 | 0 | 0.19 | 0.55 |
| HSL | 62.73º | 0.11% | 0.4% | - |
| HSV(B) | 62.73º | 0.19% | 0.45% | - |
| XYZ | 14.76 | 16.32 | 12.5 | - |
| YUV | 111.19 | 117.17 | 129.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 92 | 0.01 | 0 | 0.19 | 0.55 | 62.73 | 0.11 | 0.4 |
| Hex | 71 | 72 | 5C | 1 | 0 | 13 | 37 | 3F | B | 28 |
| Octal | 161 | 162 | 134 | 1 | 0 | 23 | 67 | 77 | 13 | 50 |
| Binary | 1110001 | 1110010 | 1011100 | 1 | 0 | 10011 | 110111 | 111111 | 1011 | 101000 |
Color Harmonies of #71725C
Complementary color
Monochromatic Colors of #71725C
Black with #71725C
Text Example
Text Example
White with #71725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71725C; }
p { color: rgb(113,114,92); }
H1.HeaderClassName
{
color: #71725C;
}
.AnyTagClassName
{
color: #71725C;
}
</style>
background-color css
<style>
a { background-color: #71725C; }
a { background-color: rgb(113,114,92); }
div.DivClassName
{
background-color: #71725C;
}
.BgClassName
{
background-color: #71725C;
}
</style>
border-color css
<style>
span { border-color: #71725C; }
span { border-color: rgb(113,114,92); }
td.TdClassName
{
border-color: #71725C;
}
.TagClassName
{
border-color: #71725C;
}
</style>