Shades of Finch #75884C
Tints of Finch #75884C
RGB
CMYK
RGB Variations
Color information
#75884C (or 0x75884C) is known color: Finch. HEX triplet: 75, 88 and 4C. RGB value is (117,136,76). Sum of RGB (Red+Green+Blue) = 117+136+76=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 136 (53.52% from 255 or 41.34% from 329); Blue value is 76 (30.08% from 255 or 23.10% from 329); Max value from RGB is 136 - color contains mainly: green. Hex color #75884C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75884C is #8A77B3. Grayscale: #7B7B7B. Windows color (decimal): -9074612 or 5015669. OLE color: 5015669.
HSL color Cylindrical-coordinate representation of color #75884C: hue angle of 79º degrees, saturation: 0.28, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #75884C is Cyan = 0.14, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.47.
Color convert
| RGB | 117 | 136 | 76 | - |
| CMYK | 0.14 | 0 | 0.44 | 0.47 |
| HSL | 79º | 0.28% | 0.42% | - |
| HSV(B) | 79º | 0.44% | 0.53% | - |
| XYZ | 17.44 | 21.91 | 10.15 | - |
| YUV | 123.48 | 101.21 | 123.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 136 | 76 | 0.14 | 0 | 0.44 | 0.47 | 79 | 0.28 | 0.42 |
| Hex | 75 | 88 | 4C | E | 0 | 2C | 2F | 4F | 1C | 2A |
| Octal | 165 | 210 | 114 | 16 | 0 | 54 | 57 | 117 | 34 | 52 |
| Binary | 1110101 | 10001000 | 1001100 | 1110 | 0 | 101100 | 101111 | 1001111 | 11100 | 101010 |
Color Harmonies of #75884C
Complementary color
Monochromatic Colors of #75884C
Black with #75884C
Text Example
Text Example
White with #75884C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75884C; }
p { color: rgb(117,136,76); }
H1.HeaderClassName
{
color: #75884C;
}
.AnyTagClassName
{
color: #75884C;
}
</style>
background-color css
<style>
a { background-color: #75884C; }
a { background-color: rgb(117,136,76); }
div.DivClassName
{
background-color: #75884C;
}
.BgClassName
{
background-color: #75884C;
}
</style>
border-color css
<style>
span { border-color: #75884C; }
span { border-color: rgb(117,136,76); }
td.TdClassName
{
border-color: #75884C;
}
.TagClassName
{
border-color: #75884C;
}
</style>