Shades of Finch #70764E
Tints of Finch #70764E
RGB
CMYK
RGB Variations
Color information
#70764E (or 0x70764E) is known color: Finch. HEX triplet: 70, 76 and 4E. RGB value is (112,118,78). Sum of RGB (Red+Green+Blue) = 112+118+78=308 (40% of max value = 765). Red value is 112 (44.14% from 255 or 36.36% from 308); Green value is 118 (46.48% from 255 or 38.31% from 308); Blue value is 78 (30.86% from 255 or 25.32% from 308); Max value from RGB is 118 - color contains mainly: green. Hex color #70764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70764E is #8F89B1. Grayscale: #6F6F6F. Windows color (decimal): -9406898 or 5142128. OLE color: 5142128.
HSL color Cylindrical-coordinate representation of color #70764E: hue angle of 69º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #70764E is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 78 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.54 |
| HSL | 69º | 0.2% | 0.38% | - |
| HSV(B) | 69º | 0.34% | 0.46% | - |
| XYZ | 14.54 | 16.95 | 9.71 | - |
| YUV | 111.65 | 109.01 | 128.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 78 | 0.05 | 0 | 0.34 | 0.54 | 69 | 0.2 | 0.38 |
| Hex | 70 | 76 | 4E | 5 | 0 | 22 | 36 | 45 | 14 | 26 |
| Octal | 160 | 166 | 116 | 5 | 0 | 42 | 66 | 105 | 24 | 46 |
| Binary | 1110000 | 1110110 | 1001110 | 101 | 0 | 100010 | 110110 | 1000101 | 10100 | 100110 |
Color Harmonies of #70764E
Complementary color
Monochromatic Colors of #70764E
Black with #70764E
Text Example
Text Example
White with #70764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70764E; }
p { color: rgb(112,118,78); }
H1.HeaderClassName
{
color: #70764E;
}
.AnyTagClassName
{
color: #70764E;
}
</style>
background-color css
<style>
a { background-color: #70764E; }
a { background-color: rgb(112,118,78); }
div.DivClassName
{
background-color: #70764E;
}
.BgClassName
{
background-color: #70764E;
}
</style>
border-color css
<style>
span { border-color: #70764E; }
span { border-color: rgb(112,118,78); }
td.TdClassName
{
border-color: #70764E;
}
.TagClassName
{
border-color: #70764E;
}
</style>