Shades of Finch #70765B
Tints of Finch #70765B
RGB
CMYK
RGB Variations
Color information
#70765B (or 0x70765B) is known color: Finch. HEX triplet: 70, 76 and 5B. RGB value is (112,118,91). Sum of RGB (Red+Green+Blue) = 112+118+91=321 (42% of max value = 765). Red value is 112 (44.14% from 255 or 34.89% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 91 (35.94% from 255 or 28.35% from 321); Max value from RGB is 118 - color contains mainly: green. Hex color #70765B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #70765B is #8F89A4. Grayscale: #717171. Windows color (decimal): -9406885 or 5994096. OLE color: 5994096.
HSL color Cylindrical-coordinate representation of color #70765B: hue angle of 73.33º degrees, saturation: 0.13, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #70765B is Cyan = 0.05, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 112 | 118 | 91 | - |
| CMYK | 0.05 | 0 | 0.23 | 0.54 |
| HSL | 73.33º | 0.13% | 0.41% | - |
| HSV(B) | 73.33º | 0.23% | 0.46% | - |
| XYZ | 15.05 | 17.16 | 12.42 | - |
| YUV | 113.13 | 115.51 | 127.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 112 | 118 | 91 | 0.05 | 0 | 0.23 | 0.54 | 73.33 | 0.13 | 0.41 |
| Hex | 70 | 76 | 5B | 5 | 0 | 17 | 36 | 49 | D | 29 |
| Octal | 160 | 166 | 133 | 5 | 0 | 27 | 66 | 111 | 15 | 51 |
| Binary | 1110000 | 1110110 | 1011011 | 101 | 0 | 10111 | 110110 | 1001001 | 1101 | 101001 |
Color Harmonies of #70765B
Complementary color
Monochromatic Colors of #70765B
Black with #70765B
Text Example
Text Example
White with #70765B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #70765B; }
p { color: rgb(112,118,91); }
H1.HeaderClassName
{
color: #70765B;
}
.AnyTagClassName
{
color: #70765B;
}
</style>
background-color css
<style>
a { background-color: #70765B; }
a { background-color: rgb(112,118,91); }
div.DivClassName
{
background-color: #70765B;
}
.BgClassName
{
background-color: #70765B;
}
</style>
border-color css
<style>
span { border-color: #70765B; }
span { border-color: rgb(112,118,91); }
td.TdClassName
{
border-color: #70765B;
}
.TagClassName
{
border-color: #70765B;
}
</style>