Shades of Finch #6F7754
Tints of Finch #6F7754
RGB
CMYK
RGB Variations
Color information
#6F7754 (or 0x6F7754) is known color: Finch. HEX triplet: 6F, 77 and 54. RGB value is (111,119,84). Sum of RGB (Red+Green+Blue) = 111+119+84=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 119 (46.88% from 255 or 37.90% from 314); Blue value is 84 (33.20% from 255 or 26.75% from 314); Max value from RGB is 119 - color contains mainly: green. Hex color #6F7754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7754 is #9088AB. Grayscale: #707070. Windows color (decimal): -9472172 or 5535599. OLE color: 5535599.
HSL color Cylindrical-coordinate representation of color #6F7754: hue angle of 73.71º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F7754 is Cyan = 0.07, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 119 | 84 | - |
| CMYK | 0.07 | 0 | 0.29 | 0.53 |
| HSL | 73.71º | 0.17% | 0.4% | - |
| HSV(B) | 73.71º | 0.29% | 0.47% | - |
| XYZ | 14.75 | 17.21 | 10.93 | - |
| YUV | 112.62 | 111.85 | 126.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 119 | 84 | 0.07 | 0 | 0.29 | 0.53 | 73.71 | 0.17 | 0.4 |
| Hex | 6F | 77 | 54 | 7 | 0 | 1D | 35 | 4A | 11 | 28 |
| Octal | 157 | 167 | 124 | 7 | 0 | 35 | 65 | 112 | 21 | 50 |
| Binary | 1101111 | 1110111 | 1010100 | 111 | 0 | 11101 | 110101 | 1001010 | 10001 | 101000 |
Color Harmonies of #6F7754
Complementary color
Monochromatic Colors of #6F7754
Black with #6F7754
Text Example
Text Example
White with #6F7754
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7754; }
p { color: rgb(111,119,84); }
H1.HeaderClassName
{
color: #6F7754;
}
.AnyTagClassName
{
color: #6F7754;
}
</style>
background-color css
<style>
a { background-color: #6F7754; }
a { background-color: rgb(111,119,84); }
div.DivClassName
{
background-color: #6F7754;
}
.BgClassName
{
background-color: #6F7754;
}
</style>
border-color css
<style>
span { border-color: #6F7754; }
span { border-color: rgb(111,119,84); }
td.TdClassName
{
border-color: #6F7754;
}
.TagClassName
{
border-color: #6F7754;
}
</style>