Shades of Finch #6F784D
Tints of Finch #6F784D
RGB
CMYK
RGB Variations
Color information
#6F784D (or 0x6F784D) is known color: Finch. HEX triplet: 6F, 78 and 4D. RGB value is (111,120,77). Sum of RGB (Red+Green+Blue) = 111+120+77=308 (40% of max value = 765). Red value is 111 (43.75% from 255 or 36.04% from 308); Green value is 120 (47.27% from 255 or 38.96% from 308); Blue value is 77 (30.47% from 255 or 25% from 308); Max value from RGB is 120 - color contains mainly: green. Hex color #6F784D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F784D is #9087B2. Grayscale: #707070. Windows color (decimal): -9471923 or 5077103. OLE color: 5077103.
HSL color Cylindrical-coordinate representation of color #6F784D: hue angle of 72.56º degrees, saturation: 0.22, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F784D is Cyan = 0.08, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 120 | 77 | - |
| CMYK | 0.08 | 0 | 0.36 | 0.53 |
| HSL | 72.56º | 0.22% | 0.39% | - |
| HSV(B) | 72.56º | 0.36% | 0.47% | - |
| XYZ | 14.61 | 17.35 | 9.6 | - |
| YUV | 112.41 | 108.02 | 127 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 120 | 77 | 0.08 | 0 | 0.36 | 0.53 | 72.56 | 0.22 | 0.39 |
| Hex | 6F | 78 | 4D | 8 | 0 | 24 | 35 | 49 | 16 | 27 |
| Octal | 157 | 170 | 115 | 10 | 0 | 44 | 65 | 111 | 26 | 47 |
| Binary | 1101111 | 1111000 | 1001101 | 1000 | 0 | 100100 | 110101 | 1001001 | 10110 | 100111 |
Color Harmonies of #6F784D
Complementary color
Monochromatic Colors of #6F784D
Black with #6F784D
Text Example
Text Example
White with #6F784D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F784D; }
p { color: rgb(111,120,77); }
H1.HeaderClassName
{
color: #6F784D;
}
.AnyTagClassName
{
color: #6F784D;
}
</style>
background-color css
<style>
a { background-color: #6F784D; }
a { background-color: rgb(111,120,77); }
div.DivClassName
{
background-color: #6F784D;
}
.BgClassName
{
background-color: #6F784D;
}
</style>
border-color css
<style>
span { border-color: #6F784D; }
span { border-color: rgb(111,120,77); }
td.TdClassName
{
border-color: #6F784D;
}
.TagClassName
{
border-color: #6F784D;
}
</style>