Shades of Finch #70764F
Tints of Finch #70764F
RGB
CMYK
RGB Variations
Color information
#70764F (or 0x70764F) is known color: Finch. HEX triplet: 70, 76 and 4F. RGB value is (112,118,79). Sum of RGB (Red+Green+Blue) = 112+118+79=309 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.25% from 309); Green value is 118 (46.48% from 255 or 38.19% from 309); Blue value is 79 (31.25% from 255 or 25.57% from 309); Max value from RGB is 118 - color contains mainly: green. Hex color #70764F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70764F is #8F89B0. Grayscale: #6F6F6F. Windows color (decimal): -9406897 or 5207664. OLE color: 5207664.
HSL color Cylindrical-coordinate representation of color #70764F: hue angle of 69.23º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #70764F is Cyan = 0.05, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 79 | - |
| CMYK | 0.05 | 0 | 0.33 | 0.54 |
| HSL | 69.23º | 0.2% | 0.39% | - |
| HSV(B) | 69.23º | 0.33% | 0.46% | - |
| XYZ | 14.57 | 16.97 | 9.9 | - |
| YUV | 111.76 | 109.51 | 128.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 79 | 0.05 | 0 | 0.33 | 0.54 | 69.23 | 0.2 | 0.39 |
| Hex | 70 | 76 | 4F | 5 | 0 | 21 | 36 | 45 | 14 | 27 |
| Octal | 160 | 166 | 117 | 5 | 0 | 41 | 66 | 105 | 24 | 47 |
| Binary | 1110000 | 1110110 | 1001111 | 101 | 0 | 100001 | 110110 | 1000101 | 10100 | 100111 |
Color Harmonies of #70764F
Complementary color
Monochromatic Colors of #70764F
Black with #70764F
Text Example
Text Example
White with #70764F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70764F; }
p { color: rgb(112,118,79); }
H1.HeaderClassName
{
color: #70764F;
}
.AnyTagClassName
{
color: #70764F;
}
</style>
background-color css
<style>
a { background-color: #70764F; }
a { background-color: rgb(112,118,79); }
div.DivClassName
{
background-color: #70764F;
}
.BgClassName
{
background-color: #70764F;
}
</style>
border-color css
<style>
span { border-color: #70764F; }
span { border-color: rgb(112,118,79); }
td.TdClassName
{
border-color: #70764F;
}
.TagClassName
{
border-color: #70764F;
}
</style>