Shades of Finch #71755D
Tints of Finch #71755D
RGB
CMYK
RGB Variations
Color information
#71755D (or 0x71755D) is known color: Finch. HEX triplet: 71, 75 and 5D. RGB value is (113,117,93). Sum of RGB (Red+Green+Blue) = 113+117+93=323 (42% of max value = 765). Red value is 113 (44.53% from 255 or 34.98% from 323); Green value is 117 (46.09% from 255 or 36.22% from 323); Blue value is 93 (36.72% from 255 or 28.79% from 323); Max value from RGB is 117 - color contains mainly: green. Hex color #71755D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71755D is #8E8AA2. Grayscale: #717171. Windows color (decimal): -9341603 or 6124913. OLE color: 6124913.
HSL color Cylindrical-coordinate representation of color #71755D: hue angle of 70º degrees, saturation: 0.11, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #71755D is Cyan = 0.03, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 93 | - |
| CMYK | 0.03 | 0 | 0.21 | 0.54 |
| HSL | 70º | 0.11% | 0.41% | - |
| HSV(B) | 70º | 0.21% | 0.46% | - |
| XYZ | 15.15 | 17.02 | 12.84 | - |
| YUV | 113.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 93 | 0.03 | 0 | 0.21 | 0.54 | 70 | 0.11 | 0.41 |
| Hex | 71 | 75 | 5D | 3 | 0 | 15 | 36 | 46 | B | 29 |
| Octal | 161 | 165 | 135 | 3 | 0 | 25 | 66 | 106 | 13 | 51 |
| Binary | 1110001 | 1110101 | 1011101 | 11 | 0 | 10101 | 110110 | 1000110 | 1011 | 101001 |
Color Harmonies of #71755D
Complementary color
Monochromatic Colors of #71755D
Black with #71755D
Text Example
Text Example
White with #71755D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71755D; }
p { color: rgb(113,117,93); }
H1.HeaderClassName
{
color: #71755D;
}
.AnyTagClassName
{
color: #71755D;
}
</style>
background-color css
<style>
a { background-color: #71755D; }
a { background-color: rgb(113,117,93); }
div.DivClassName
{
background-color: #71755D;
}
.BgClassName
{
background-color: #71755D;
}
</style>
border-color css
<style>
span { border-color: #71755D; }
span { border-color: rgb(113,117,93); }
td.TdClassName
{
border-color: #71755D;
}
.TagClassName
{
border-color: #71755D;
}
</style>