Shades of Finch #71755A
Tints of Finch #71755A
RGB
CMYK
RGB Variations
Color information
#71755A (or 0x71755A) is known color: Finch. HEX triplet: 71, 75 and 5A. RGB value is (113,117,90). Sum of RGB (Red+Green+Blue) = 113+117+90=320 (42% of max value = 765). Red value is 113 (44.53% from 255 or 35.31% from 320); Green value is 117 (46.09% from 255 or 36.56% from 320); Blue value is 90 (35.55% from 255 or 28.12% from 320); Max value from RGB is 117 - color contains mainly: green. Hex color #71755A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #71755A is #8E8AA5. Grayscale: #707070. Windows color (decimal): -9341606 or 5928305. OLE color: 5928305.
HSL color Cylindrical-coordinate representation of color #71755A: hue angle of 68.89º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #71755A is Cyan = 0.03, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 113 | 117 | 90 | - |
| CMYK | 0.03 | 0 | 0.23 | 0.54 |
| HSL | 68.89º | 0.13% | 0.41% | - |
| HSV(B) | 68.89º | 0.23% | 0.46% | - |
| XYZ | 15.02 | 16.97 | 12.16 | - |
| YUV | 112.73 | 115.17 | 128.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 113 | 117 | 90 | 0.03 | 0 | 0.23 | 0.54 | 68.89 | 0.13 | 0.41 |
| Hex | 71 | 75 | 5A | 3 | 0 | 17 | 36 | 45 | D | 29 |
| Octal | 161 | 165 | 132 | 3 | 0 | 27 | 66 | 105 | 15 | 51 |
| Binary | 1110001 | 1110101 | 1011010 | 11 | 0 | 10111 | 110110 | 1000101 | 1101 | 101001 |
Color Harmonies of #71755A
Complementary color
Monochromatic Colors of #71755A
Black with #71755A
Text Example
Text Example
White with #71755A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #71755A; }
p { color: rgb(113,117,90); }
H1.HeaderClassName
{
color: #71755A;
}
.AnyTagClassName
{
color: #71755A;
}
</style>
background-color css
<style>
a { background-color: #71755A; }
a { background-color: rgb(113,117,90); }
div.DivClassName
{
background-color: #71755A;
}
.BgClassName
{
background-color: #71755A;
}
</style>
border-color css
<style>
span { border-color: #71755A; }
span { border-color: rgb(113,117,90); }
td.TdClassName
{
border-color: #71755A;
}
.TagClassName
{
border-color: #71755A;
}
</style>