Shades of Finch #71774B
Tints of Finch #71774B
RGB
CMYK
RGB Variations
Color information
#71774B (or 0x71774B) is known color: Finch. HEX triplet: 71, 77 and 4B. RGB value is (113,119,75). Sum of RGB (Red+Green+Blue) = 113+119+75=307 (40% of max value = 765). Red value is 113 (44.53% from 255 or 36.81% from 307); Green value is 119 (46.88% from 255 or 38.76% from 307); Blue value is 75 (29.69% from 255 or 24.43% from 307); Max value from RGB is 119 - color contains mainly: green. Hex color #71774B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #71774B is #8E88B4. Grayscale: #707070. Windows color (decimal): -9341109 or 4945777. OLE color: 4945777.
HSL color Cylindrical-coordinate representation of color #71774B: hue angle of 68.18º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #71774B is Cyan = 0.05, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 113 | 119 | 75 | - |
| CMYK | 0.05 | 0 | 0.37 | 0.53 |
| HSL | 68.18º | 0.23% | 0.38% | - |
| HSV(B) | 68.18º | 0.37% | 0.47% | - |
| XYZ | 14.68 | 17.21 | 9.21 | - |
| YUV | 112.19 | 107.01 | 128.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 119 | 75 | 0.05 | 0 | 0.37 | 0.53 | 68.18 | 0.23 | 0.38 |
| Hex | 71 | 77 | 4B | 5 | 0 | 25 | 35 | 44 | 17 | 26 |
| Octal | 161 | 167 | 113 | 5 | 0 | 45 | 65 | 104 | 27 | 46 |
| Binary | 1110001 | 1110111 | 1001011 | 101 | 0 | 100101 | 110101 | 1000100 | 10111 | 100110 |
Color Harmonies of #71774B
Complementary color
Monochromatic Colors of #71774B
Black with #71774B
Text Example
Text Example
White with #71774B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71774B; }
p { color: rgb(113,119,75); }
H1.HeaderClassName
{
color: #71774B;
}
.AnyTagClassName
{
color: #71774B;
}
</style>
background-color css
<style>
a { background-color: #71774B; }
a { background-color: rgb(113,119,75); }
div.DivClassName
{
background-color: #71774B;
}
.BgClassName
{
background-color: #71774B;
}
</style>
border-color css
<style>
span { border-color: #71774B; }
span { border-color: rgb(113,119,75); }
td.TdClassName
{
border-color: #71774B;
}
.TagClassName
{
border-color: #71774B;
}
</style>