Shades of Finch #707B4A
Tints of Finch #707B4A
RGB
CMYK
RGB Variations
Color information
#707B4A (or 0x707B4A) is known color: Finch. HEX triplet: 70, 7B and 4A. RGB value is (112,123,74). Sum of RGB (Red+Green+Blue) = 112+123+74=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 123 (48.44% from 255 or 39.81% from 309); Blue value is 74 (29.30% from 255 or 23.95% from 309); Max value from RGB is 123 - color contains mainly: green. Hex color #707B4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #707B4A is #8F84B5. Grayscale: #727272. Windows color (decimal): -9405622 or 4881264. OLE color: 4881264.
HSL color Cylindrical-coordinate representation of color #707B4A: hue angle of 73.47º degrees, saturation: 0.25, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #707B4A is Cyan = 0.09, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 112 | 123 | 74 | - |
| CMYK | 0.09 | 0 | 0.40 | 0.52 |
| HSL | 73.47º | 0.25% | 0.39% | - |
| HSV(B) | 73.47º | 0.4% | 0.48% | - |
| XYZ | 15 | 18.11 | 9.18 | - |
| YUV | 114.13 | 105.36 | 126.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 123 | 74 | 0.09 | 0 | 0.40 | 0.52 | 73.47 | 0.25 | 0.39 |
| Hex | 70 | 7B | 4A | 9 | 0 | 28 | 34 | 49 | 19 | 27 |
| Octal | 160 | 173 | 112 | 11 | 0 | 50 | 64 | 111 | 31 | 47 |
| Binary | 1110000 | 1111011 | 1001010 | 1001 | 0 | 101000 | 110100 | 1001001 | 11001 | 100111 |
Color Harmonies of #707B4A
Complementary color
Monochromatic Colors of #707B4A
Black with #707B4A
Text Example
Text Example
White with #707B4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #707B4A; }
p { color: rgb(112,123,74); }
H1.HeaderClassName
{
color: #707B4A;
}
.AnyTagClassName
{
color: #707B4A;
}
</style>
background-color css
<style>
a { background-color: #707B4A; }
a { background-color: rgb(112,123,74); }
div.DivClassName
{
background-color: #707B4A;
}
.BgClassName
{
background-color: #707B4A;
}
</style>
border-color css
<style>
span { border-color: #707B4A; }
span { border-color: rgb(112,123,74); }
td.TdClassName
{
border-color: #707B4A;
}
.TagClassName
{
border-color: #707B4A;
}
</style>