Shades of Finch #75874D
Tints of Finch #75874D
RGB
CMYK
RGB Variations
Color information
#75874D (or 0x75874D) is known color: Finch. HEX triplet: 75, 87 and 4D. RGB value is (117,135,77). Sum of RGB (Red+Green+Blue) = 117+135+77=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 135 (53.12% from 255 or 41.03% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 135 - color contains mainly: green. Hex color #75874D is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75874D is #8A78B2. Grayscale: #7B7B7B. Windows color (decimal): -9074867 or 5080949. OLE color: 5080949.
HSL color Cylindrical-coordinate representation of color #75874D: hue angle of 78.62º degrees, saturation: 0.27, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #75874D is Cyan = 0.13, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 135 | 77 | - |
| CMYK | 0.13 | 0 | 0.43 | 0.47 |
| HSL | 78.62º | 0.27% | 0.42% | - |
| HSV(B) | 78.62º | 0.43% | 0.53% | - |
| XYZ | 17.34 | 21.65 | 10.29 | - |
| YUV | 123.01 | 102.04 | 123.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 135 | 77 | 0.13 | 0 | 0.43 | 0.47 | 78.62 | 0.27 | 0.42 |
| Hex | 75 | 87 | 4D | D | 0 | 2B | 2F | 4F | 1B | 2A |
| Octal | 165 | 207 | 115 | 15 | 0 | 53 | 57 | 117 | 33 | 52 |
| Binary | 1110101 | 10000111 | 1001101 | 1101 | 0 | 101011 | 101111 | 1001111 | 11011 | 101010 |
Color Harmonies of #75874D
Complementary color
Monochromatic Colors of #75874D
Black with #75874D
Text Example
Text Example
White with #75874D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75874D; }
p { color: rgb(117,135,77); }
H1.HeaderClassName
{
color: #75874D;
}
.AnyTagClassName
{
color: #75874D;
}
</style>
background-color css
<style>
a { background-color: #75874D; }
a { background-color: rgb(117,135,77); }
div.DivClassName
{
background-color: #75874D;
}
.BgClassName
{
background-color: #75874D;
}
</style>
border-color css
<style>
span { border-color: #75874D; }
span { border-color: rgb(117,135,77); }
td.TdClassName
{
border-color: #75874D;
}
.TagClassName
{
border-color: #75874D;
}
</style>