Shades of Finch #71795C
Tints of Finch #71795C
RGB
CMYK
RGB Variations
Color information
#71795C (or 0x71795C) is known color: Finch. HEX triplet: 71, 79 and 5C. RGB value is (113,121,92). Sum of RGB (Red+Green+Blue) = 113+121+92=326 (43% of max value = 765). Red value is 113 (44.53% from 255 or 34.66% from 326); Green value is 121 (47.66% from 255 or 37.12% from 326); Blue value is 92 (36.33% from 255 or 28.22% from 326); Max value from RGB is 121 - color contains mainly: green. Hex color #71795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71795C is #8E86A3. Grayscale: #737373. Windows color (decimal): -9340580 or 6060401. OLE color: 6060401.
HSL color Cylindrical-coordinate representation of color #71795C: hue angle of 76.55º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #71795C is Cyan = 0.07, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 121 | 92 | - |
| CMYK | 0.07 | 0 | 0.24 | 0.53 |
| HSL | 76.55º | 0.14% | 0.42% | - |
| HSV(B) | 76.55º | 0.24% | 0.47% | - |
| XYZ | 15.58 | 17.96 | 12.77 | - |
| YUV | 115.3 | 114.85 | 126.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 121 | 92 | 0.07 | 0 | 0.24 | 0.53 | 76.55 | 0.14 | 0.42 |
| Hex | 71 | 79 | 5C | 7 | 0 | 18 | 35 | 4D | E | 2A |
| Octal | 161 | 171 | 134 | 7 | 0 | 30 | 65 | 115 | 16 | 52 |
| Binary | 1110001 | 1111001 | 1011100 | 111 | 0 | 11000 | 110101 | 1001101 | 1110 | 101010 |
Color Harmonies of #71795C
Complementary color
Monochromatic Colors of #71795C
Black with #71795C
Text Example
Text Example
White with #71795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71795C; }
p { color: rgb(113,121,92); }
H1.HeaderClassName
{
color: #71795C;
}
.AnyTagClassName
{
color: #71795C;
}
</style>
background-color css
<style>
a { background-color: #71795C; }
a { background-color: rgb(113,121,92); }
div.DivClassName
{
background-color: #71795C;
}
.BgClassName
{
background-color: #71795C;
}
</style>
border-color css
<style>
span { border-color: #71795C; }
span { border-color: rgb(113,121,92); }
td.TdClassName
{
border-color: #71795C;
}
.TagClassName
{
border-color: #71795C;
}
</style>