Shades of Finch #707B48
Tints of Finch #707B48
RGB
CMYK
RGB Variations
Color information
#707B48 (or 0x707B48) is known color: Finch. HEX triplet: 70, 7B and 48. RGB value is (112,123,72). Sum of RGB (Red+Green+Blue) = 112+123+72=307 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.48% from 307); Green value is 123 (48.44% from 255 or 40.07% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 123 - color contains mainly: green. Hex color #707B48 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707B48 is #8F84B7. Grayscale: #727272. Windows color (decimal): -9405624 or 4750192. OLE color: 4750192.
HSL color Cylindrical-coordinate representation of color #707B48: hue angle of 72.94º 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 #707B48 is Cyan = 0.09, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 123 | 72 | - |
| CMYK | 0.09 | 0 | 0.41 | 0.52 |
| HSL | 72.94º | 0.26% | 0.38% | - |
| HSV(B) | 72.94º | 0.41% | 0.48% | - |
| XYZ | 14.93 | 18.08 | 8.83 | - |
| YUV | 113.9 | 104.36 | 126.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 72 | 0.09 | 0 | 0.41 | 0.52 | 72.94 | 0.26 | 0.38 |
| Hex | 70 | 7B | 48 | 9 | 0 | 29 | 34 | 49 | 1A | 26 |
| Octal | 160 | 173 | 110 | 11 | 0 | 51 | 64 | 111 | 32 | 46 |
| Binary | 1110000 | 1111011 | 1001000 | 1001 | 0 | 101001 | 110100 | 1001001 | 11010 | 100110 |
Color Harmonies of #707B48
Complementary color
Monochromatic Colors of #707B48
Black with #707B48
Text Example
Text Example
White with #707B48
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B48; }
p { color: rgb(112,123,72); }
H1.HeaderClassName
{
color: #707B48;
}
.AnyTagClassName
{
color: #707B48;
}
</style>
background-color css
<style>
a { background-color: #707B48; }
a { background-color: rgb(112,123,72); }
div.DivClassName
{
background-color: #707B48;
}
.BgClassName
{
background-color: #707B48;
}
</style>
border-color css
<style>
span { border-color: #707B48; }
span { border-color: rgb(112,123,72); }
td.TdClassName
{
border-color: #707B48;
}
.TagClassName
{
border-color: #707B48;
}
</style>