Shades of Finch #71726C
Tints of Finch #71726C
RGB
CMYK
RGB Variations
Color information
#71726C (or 0x71726C) is known color: Finch. HEX triplet: 71, 72 and 6C. RGB value is (113,114,108). Sum of RGB (Red+Green+Blue) = 113+114+108=335 (44% of max value = 765). Red value is 113 (44.53% from 255 or 33.73% from 335); Green value is 114 (44.92% from 255 or 34.03% from 335); Blue value is 108 (42.58% from 255 or 32.24% from 335); Max value from RGB is 114 - color contains mainly: green. Hex color #71726C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71726C is #8E8D93. Grayscale: #717171. Windows color (decimal): -9342356 or 7107185. OLE color: 7107185.
HSL color Cylindrical-coordinate representation of color #71726C: hue angle of 70º degrees, saturation: 0.03, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #71726C is Cyan = 0.01, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 114 | 108 | - |
| CMYK | 0.01 | 0 | 0.05 | 0.55 |
| HSL | 70º | 0.03% | 0.44% | - |
| HSV(B) | 70º | 0.05% | 0.45% | - |
| XYZ | 15.53 | 16.63 | 16.58 | - |
| YUV | 113.02 | 125.17 | 127.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 114 | 108 | 0.01 | 0 | 0.05 | 0.55 | 70 | 0.03 | 0.44 |
| Hex | 71 | 72 | 6C | 1 | 0 | 5 | 37 | 46 | 3 | 2C |
| Octal | 161 | 162 | 154 | 1 | 0 | 5 | 67 | 106 | 3 | 54 |
| Binary | 1110001 | 1110010 | 1101100 | 1 | 0 | 101 | 110111 | 1000110 | 11 | 101100 |
Color Harmonies of #71726C
Complementary color
Monochromatic Colors of #71726C
Black with #71726C
Text Example
Text Example
White with #71726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71726C; }
p { color: rgb(113,114,108); }
H1.HeaderClassName
{
color: #71726C;
}
.AnyTagClassName
{
color: #71726C;
}
</style>
background-color css
<style>
a { background-color: #71726C; }
a { background-color: rgb(113,114,108); }
div.DivClassName
{
background-color: #71726C;
}
.BgClassName
{
background-color: #71726C;
}
</style>
border-color css
<style>
span { border-color: #71726C; }
span { border-color: rgb(113,114,108); }
td.TdClassName
{
border-color: #71726C;
}
.TagClassName
{
border-color: #71726C;
}
</style>