Shades of Finch #6F765C
Tints of Finch #6F765C
RGB
CMYK
RGB Variations
Color information
#6F765C (or 0x6F765C) is known color: Finch. HEX triplet: 6F, 76 and 5C. RGB value is (111,118,92). Sum of RGB (Red+Green+Blue) = 111+118+92=321 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.58% from 321); Green value is 118 (46.48% from 255 or 36.76% from 321); Blue value is 92 (36.33% from 255 or 28.66% from 321); Max value from RGB is 118 - color contains mainly: green. Hex color #6F765C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F765C is #9089A3. Grayscale: #717171. Windows color (decimal): -9472420 or 6059631. OLE color: 6059631.
HSL color Cylindrical-coordinate representation of color #6F765C: hue angle of 76.15º degrees, saturation: 0.12, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6F765C is Cyan = 0.06, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 118 | 92 | - |
| CMYK | 0.06 | 0 | 0.22 | 0.54 |
| HSL | 76.15º | 0.12% | 0.41% | - |
| HSV(B) | 76.15º | 0.22% | 0.46% | - |
| XYZ | 14.97 | 17.11 | 12.64 | - |
| YUV | 112.94 | 116.18 | 126.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 92 | 0.06 | 0 | 0.22 | 0.54 | 76.15 | 0.12 | 0.41 |
| Hex | 6F | 76 | 5C | 6 | 0 | 16 | 36 | 4C | C | 29 |
| Octal | 157 | 166 | 134 | 6 | 0 | 26 | 66 | 114 | 14 | 51 |
| Binary | 1101111 | 1110110 | 1011100 | 110 | 0 | 10110 | 110110 | 1001100 | 1100 | 101001 |
Color Harmonies of #6F765C
Complementary color
Monochromatic Colors of #6F765C
Black with #6F765C
Text Example
Text Example
White with #6F765C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F765C; }
p { color: rgb(111,118,92); }
H1.HeaderClassName
{
color: #6F765C;
}
.AnyTagClassName
{
color: #6F765C;
}
</style>
background-color css
<style>
a { background-color: #6F765C; }
a { background-color: rgb(111,118,92); }
div.DivClassName
{
background-color: #6F765C;
}
.BgClassName
{
background-color: #6F765C;
}
</style>
border-color css
<style>
span { border-color: #6F765C; }
span { border-color: rgb(111,118,92); }
td.TdClassName
{
border-color: #6F765C;
}
.TagClassName
{
border-color: #6F765C;
}
</style>