Shades of Finch #71745B
Tints of Finch #71745B
RGB
CMYK
RGB Variations
Color information
#71745B (or 0x71745B) is known color: Finch. HEX triplet: 71, 74 and 5B. RGB value is (113,116,91). Sum of RGB (Red+Green+Blue) = 113+116+91=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 116 (45.70% from 255 or 36.25% from 320); Blue value is 91 (35.94% from 255 or 28.44% from 320); Max value from RGB is 116 - color contains mainly: green. Hex color #71745B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71745B is #8E8BA4. Grayscale: #707070. Windows color (decimal): -9341861 or 5993585. OLE color: 5993585.
HSL color Cylindrical-coordinate representation of color #71745B: hue angle of 67.2º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #71745B is Cyan = 0.03, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 113 | 116 | 91 | - |
| CMYK | 0.03 | 0 | 0.22 | 0.55 |
| HSL | 67.2º | 0.12% | 0.41% | - |
| HSV(B) | 67.2º | 0.22% | 0.45% | - |
| XYZ | 14.94 | 16.76 | 12.34 | - |
| YUV | 112.25 | 116.01 | 128.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 116 | 91 | 0.03 | 0 | 0.22 | 0.55 | 67.2 | 0.12 | 0.41 |
| Hex | 71 | 74 | 5B | 3 | 0 | 16 | 37 | 43 | C | 29 |
| Octal | 161 | 164 | 133 | 3 | 0 | 26 | 67 | 103 | 14 | 51 |
| Binary | 1110001 | 1110100 | 1011011 | 11 | 0 | 10110 | 110111 | 1000011 | 1100 | 101001 |
Color Harmonies of #71745B
Complementary color
Monochromatic Colors of #71745B
Black with #71745B
Text Example
Text Example
White with #71745B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71745B; }
p { color: rgb(113,116,91); }
H1.HeaderClassName
{
color: #71745B;
}
.AnyTagClassName
{
color: #71745B;
}
</style>
background-color css
<style>
a { background-color: #71745B; }
a { background-color: rgb(113,116,91); }
div.DivClassName
{
background-color: #71745B;
}
.BgClassName
{
background-color: #71745B;
}
</style>
border-color css
<style>
span { border-color: #71745B; }
span { border-color: rgb(113,116,91); }
td.TdClassName
{
border-color: #71745B;
}
.TagClassName
{
border-color: #71745B;
}
</style>