Shades of Finch #707B49
Tints of Finch #707B49
RGB
CMYK
RGB Variations
Color information
#707B49 (or 0x707B49) is known color: Finch. HEX triplet: 70, 7B and 49. RGB value is (112,123,73). Sum of RGB (Red+Green+Blue) = 112+123+73=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 123 (48.44% from 255 or 39.94% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 123 - color contains mainly: green. Hex color #707B49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707B49 is #8F84B6. Grayscale: #727272. Windows color (decimal): -9405623 or 4815728. OLE color: 4815728.
HSL color Cylindrical-coordinate representation of color #707B49: hue angle of 73.2º degrees, saturation: 0.26, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #707B49 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 123 | 73 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.52 |
| HSL | 73.2º | 0.26% | 0.38% | - |
| HSV(B) | 73.2º | 0.41% | 0.48% | - |
| XYZ | 14.97 | 18.09 | 9.01 | - |
| YUV | 114.01 | 104.86 | 126.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 73 | 0.09 | 0 | 0.41 | 0.52 | 73.2 | 0.26 | 0.38 |
| Hex | 70 | 7B | 49 | 9 | 0 | 29 | 34 | 49 | 1A | 26 |
| Octal | 160 | 173 | 111 | 11 | 0 | 51 | 64 | 111 | 32 | 46 |
| Binary | 1110000 | 1111011 | 1001001 | 1001 | 0 | 101001 | 110100 | 1001001 | 11010 | 100110 |
Color Harmonies of #707B49
Complementary color
Monochromatic Colors of #707B49
Black with #707B49
Text Example
Text Example
White with #707B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B49; }
p { color: rgb(112,123,73); }
H1.HeaderClassName
{
color: #707B49;
}
.AnyTagClassName
{
color: #707B49;
}
</style>
background-color css
<style>
a { background-color: #707B49; }
a { background-color: rgb(112,123,73); }
div.DivClassName
{
background-color: #707B49;
}
.BgClassName
{
background-color: #707B49;
}
</style>
border-color css
<style>
span { border-color: #707B49; }
span { border-color: rgb(112,123,73); }
td.TdClassName
{
border-color: #707B49;
}
.TagClassName
{
border-color: #707B49;
}
</style>