Shades of Finch #75764E
Tints of Finch #75764E
RGB
CMYK
RGB Variations
Color information
#75764E (or 0x75764E) is known color: Finch. HEX triplet: 75, 76 and 4E. RGB value is (117,118,78). Sum of RGB (Red+Green+Blue) = 117+118+78=313 (41% of max value = 765). Red value is 117 (46.09% from 255 or 37.38% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 78 (30.86% from 255 or 24.92% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #75764E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75764E is #8A89B1. Grayscale: #717171. Windows color (decimal): -9079218 or 5142133. OLE color: 5142133.
HSL color Cylindrical-coordinate representation of color #75764E: hue angle of 61.5º degrees, saturation: 0.2, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #75764E is Cyan = 0.01, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 78 | - |
| CMYK | 0.01 | 0 | 0.34 | 0.54 |
| HSL | 61.5º | 0.2% | 0.38% | - |
| HSV(B) | 61.5º | 0.34% | 0.46% | - |
| XYZ | 15.19 | 17.29 | 9.74 | - |
| YUV | 113.14 | 108.17 | 130.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 78 | 0.01 | 0 | 0.34 | 0.54 | 61.5 | 0.2 | 0.38 |
| Hex | 75 | 76 | 4E | 1 | 0 | 22 | 36 | 3E | 14 | 26 |
| Octal | 165 | 166 | 116 | 1 | 0 | 42 | 66 | 76 | 24 | 46 |
| Binary | 1110101 | 1110110 | 1001110 | 1 | 0 | 100010 | 110110 | 111110 | 10100 | 100110 |
Color Harmonies of #75764E
Complementary color
Monochromatic Colors of #75764E
Black with #75764E
Text Example
Text Example
White with #75764E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75764E; }
p { color: rgb(117,118,78); }
H1.HeaderClassName
{
color: #75764E;
}
.AnyTagClassName
{
color: #75764E;
}
</style>
background-color css
<style>
a { background-color: #75764E; }
a { background-color: rgb(117,118,78); }
div.DivClassName
{
background-color: #75764E;
}
.BgClassName
{
background-color: #75764E;
}
</style>
border-color css
<style>
span { border-color: #75764E; }
span { border-color: rgb(117,118,78); }
td.TdClassName
{
border-color: #75764E;
}
.TagClassName
{
border-color: #75764E;
}
</style>