Shades of Finch #6E7753
Tints of Finch #6E7753
RGB
CMYK
RGB Variations
Color information
#6E7753 (or 0x6E7753) is known color: Finch. HEX triplet: 6E, 77 and 53. RGB value is (110,119,83). Sum of RGB (Red+Green+Blue) = 110+119+83=312 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.26% from 312); Green value is 119 (46.88% from 255 or 38.14% from 312); Blue value is 83 (32.81% from 255 or 26.60% from 312); Max value from RGB is 119 - color contains mainly: green. Hex color #6E7753 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E7753 is #9188AC. Grayscale: #707070. Windows color (decimal): -9537709 or 5470062. OLE color: 5470062.
HSL color Cylindrical-coordinate representation of color #6E7753: hue angle of 75º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #6E7753 is Cyan = 0.08, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 110 | 119 | 83 | - |
| CMYK | 0.08 | 0 | 0.30 | 0.53 |
| HSL | 75º | 0.18% | 0.4% | - |
| HSV(B) | 75º | 0.3% | 0.47% | - |
| XYZ | 14.59 | 17.13 | 10.72 | - |
| YUV | 112.21 | 111.52 | 126.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 119 | 83 | 0.08 | 0 | 0.30 | 0.53 | 75 | 0.18 | 0.4 |
| Hex | 6E | 77 | 53 | 8 | 0 | 1E | 35 | 4B | 12 | 28 |
| Octal | 156 | 167 | 123 | 10 | 0 | 36 | 65 | 113 | 22 | 50 |
| Binary | 1101110 | 1110111 | 1010011 | 1000 | 0 | 11110 | 110101 | 1001011 | 10010 | 101000 |
Color Harmonies of #6E7753
Complementary color
Monochromatic Colors of #6E7753
Black with #6E7753
Text Example
Text Example
White with #6E7753
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E7753; }
p { color: rgb(110,119,83); }
H1.HeaderClassName
{
color: #6E7753;
}
.AnyTagClassName
{
color: #6E7753;
}
</style>
background-color css
<style>
a { background-color: #6E7753; }
a { background-color: rgb(110,119,83); }
div.DivClassName
{
background-color: #6E7753;
}
.BgClassName
{
background-color: #6E7753;
}
</style>
border-color css
<style>
span { border-color: #6E7753; }
span { border-color: rgb(110,119,83); }
td.TdClassName
{
border-color: #6E7753;
}
.TagClassName
{
border-color: #6E7753;
}
</style>