Shades of Finch #75874E
Tints of Finch #75874E
RGB
CMYK
RGB Variations
Color information
#75874E (or 0x75874E) is known color: Finch. HEX triplet: 75, 87 and 4E. RGB value is (117,135,78). Sum of RGB (Red+Green+Blue) = 117+135+78=330 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.45% from 330); Green value is 135 (53.12% from 255 or 40.91% from 330); Blue value is 78 (30.86% from 255 or 23.64% from 330); Max value from RGB is 135 - color contains mainly: green. Hex color #75874E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75874E is #8A78B1. Grayscale: #7B7B7B. Windows color (decimal): -9074866 or 5146485. OLE color: 5146485.
HSL color Cylindrical-coordinate representation of color #75874E: hue angle of 78.95º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #75874E is Cyan = 0.13, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 78 | - |
| CMYK | 0.13 | 0 | 0.42 | 0.47 |
| HSL | 78.95º | 0.27% | 0.42% | - |
| HSV(B) | 78.95º | 0.42% | 0.53% | - |
| XYZ | 17.38 | 21.66 | 10.47 | - |
| YUV | 123.12 | 102.54 | 123.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 78 | 0.13 | 0 | 0.42 | 0.47 | 78.95 | 0.27 | 0.42 |
| Hex | 75 | 87 | 4E | D | 0 | 2A | 2F | 4F | 1B | 2A |
| Octal | 165 | 207 | 116 | 15 | 0 | 52 | 57 | 117 | 33 | 52 |
| Binary | 1110101 | 10000111 | 1001110 | 1101 | 0 | 101010 | 101111 | 1001111 | 11011 | 101010 |
Color Harmonies of #75874E
Complementary color
Monochromatic Colors of #75874E
Black with #75874E
Text Example
Text Example
White with #75874E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75874E; }
p { color: rgb(117,135,78); }
H1.HeaderClassName
{
color: #75874E;
}
.AnyTagClassName
{
color: #75874E;
}
</style>
background-color css
<style>
a { background-color: #75874E; }
a { background-color: rgb(117,135,78); }
div.DivClassName
{
background-color: #75874E;
}
.BgClassName
{
background-color: #75874E;
}
</style>
border-color css
<style>
span { border-color: #75874E; }
span { border-color: rgb(117,135,78); }
td.TdClassName
{
border-color: #75874E;
}
.TagClassName
{
border-color: #75874E;
}
</style>