Shades of Finch #75854E
Tints of Finch #75854E
RGB
CMYK
RGB Variations
Color information
#75854E (or 0x75854E) is known color: Finch. HEX triplet: 75, 85 and 4E. RGB value is (117,133,78). Sum of RGB (Red+Green+Blue) = 117+133+78=328 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.67% from 328); Green value is 133 (52.34% from 255 or 40.55% from 328); Blue value is 78 (30.86% from 255 or 23.78% from 328); Max value from RGB is 133 - color contains mainly: green. Hex color #75854E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75854E is #8A7AB1. Grayscale: #7A7A7A. Windows color (decimal): -9075378 or 5145973. OLE color: 5145973.
HSL color Cylindrical-coordinate representation of color #75854E: hue angle of 77.45º degrees, saturation: 0.26, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #75854E is Cyan = 0.12, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 133 | 78 | - |
| CMYK | 0.12 | 0 | 0.41 | 0.48 |
| HSL | 77.45º | 0.26% | 0.41% | - |
| HSV(B) | 77.45º | 0.41% | 0.52% | - |
| XYZ | 17.1 | 21.11 | 10.38 | - |
| YUV | 121.95 | 103.2 | 124.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 78 | 0.12 | 0 | 0.41 | 0.48 | 77.45 | 0.26 | 0.41 |
| Hex | 75 | 85 | 4E | C | 0 | 29 | 30 | 4D | 1A | 29 |
| Octal | 165 | 205 | 116 | 14 | 0 | 51 | 60 | 115 | 32 | 51 |
| Binary | 1110101 | 10000101 | 1001110 | 1100 | 0 | 101001 | 110000 | 1001101 | 11010 | 101001 |
Color Harmonies of #75854E
Complementary color
Monochromatic Colors of #75854E
Black with #75854E
Text Example
Text Example
White with #75854E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75854E; }
p { color: rgb(117,133,78); }
H1.HeaderClassName
{
color: #75854E;
}
.AnyTagClassName
{
color: #75854E;
}
</style>
background-color css
<style>
a { background-color: #75854E; }
a { background-color: rgb(117,133,78); }
div.DivClassName
{
background-color: #75854E;
}
.BgClassName
{
background-color: #75854E;
}
</style>
border-color css
<style>
span { border-color: #75854E; }
span { border-color: rgb(117,133,78); }
td.TdClassName
{
border-color: #75854E;
}
.TagClassName
{
border-color: #75854E;
}
</style>