Shades of Finch #71715C
Tints of Finch #71715C
RGB
CMYK
RGB Variations
Color information
#71715C (or 0x71715C) is known color: Finch. HEX triplet: 71, 71 and 5C. RGB value is (113,113,92). Sum of RGB (Red+Green+Blue) = 113+113+92=318 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.53% from 318); Green value is 113 (44.53% from 255 or 35.53% from 318); Blue value is 92 (36.33% from 255 or 28.93% from 318); Max value from RGB is 113 - color contains mainly: red, green. Hex color #71715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71715C is #8E8EA3. Grayscale: #6E6E6E. Windows color (decimal): -9342628 or 6058353. OLE color: 6058353.
HSL color Cylindrical-coordinate representation of color #71715C: hue angle of 60º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #71715C is Cyan = 0, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 113 | 113 | 92 | - |
| CMYK | 0 | 0 | 0.19 | 0.56 |
| HSL | 60º | 0.1% | 0.4% | - |
| HSV(B) | 60º | 0.19% | 0.44% | - |
| XYZ | 14.65 | 16.09 | 12.46 | - |
| YUV | 110.61 | 117.5 | 129.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 113 | 92 | 0 | 0 | 0.19 | 0.56 | 60 | 0.1 | 0.4 |
| Hex | 71 | 71 | 5C | 0 | 0 | 13 | 38 | 3C | A | 28 |
| Octal | 161 | 161 | 134 | 0 | 0 | 23 | 70 | 74 | 12 | 50 |
| Binary | 1110001 | 1110001 | 1011100 | 0 | 0 | 10011 | 111000 | 111100 | 1010 | 101000 |
Color Harmonies of #71715C
Complementary color
Monochromatic Colors of #71715C
Black with #71715C
Text Example
Text Example
White with #71715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71715C; }
p { color: rgb(113,113,92); }
H1.HeaderClassName
{
color: #71715C;
}
.AnyTagClassName
{
color: #71715C;
}
</style>
background-color css
<style>
a { background-color: #71715C; }
a { background-color: rgb(113,113,92); }
div.DivClassName
{
background-color: #71715C;
}
.BgClassName
{
background-color: #71715C;
}
</style>
border-color css
<style>
span { border-color: #71715C; }
span { border-color: rgb(113,113,92); }
td.TdClassName
{
border-color: #71715C;
}
.TagClassName
{
border-color: #71715C;
}
</style>