Shades of Finch #758554
Tints of Finch #758554
RGB
CMYK
RGB Variations
Color information
#758554 (or 0x758554) is known color: Finch. HEX triplet: 75, 85 and 54. RGB value is (117,133,84). Sum of RGB (Red+Green+Blue) = 117+133+84=334 (44% of max value = 765). Red value is 117 (46.09% from 255 or 35.03% from 334); Green value is 133 (52.34% from 255 or 39.82% from 334); Blue value is 84 (33.20% from 255 or 25.15% from 334); Max value from RGB is 133 - color contains mainly: green. Hex color #758554 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758554 is #8A7AAB. Grayscale: #7A7A7A. Windows color (decimal): -9075372 or 5539189. OLE color: 5539189.
HSL color Cylindrical-coordinate representation of color #758554: hue angle of 79.59º degrees, saturation: 0.23, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #758554 is Cyan = 0.12, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 133 | 84 | - |
| CMYK | 0.12 | 0 | 0.37 | 0.48 |
| HSL | 79.59º | 0.23% | 0.43% | - |
| HSV(B) | 79.59º | 0.37% | 0.52% | - |
| XYZ | 17.32 | 21.2 | 11.57 | - |
| YUV | 122.63 | 106.2 | 123.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 84 | 0.12 | 0 | 0.37 | 0.48 | 79.59 | 0.23 | 0.43 |
| Hex | 75 | 85 | 54 | C | 0 | 25 | 30 | 50 | 17 | 2B |
| Octal | 165 | 205 | 124 | 14 | 0 | 45 | 60 | 120 | 27 | 53 |
| Binary | 1110101 | 10000101 | 1010100 | 1100 | 0 | 100101 | 110000 | 1010000 | 10111 | 101011 |
Color Harmonies of #758554
Complementary color
Monochromatic Colors of #758554
Black with #758554
Text Example
Text Example
White with #758554
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758554; }
p { color: rgb(117,133,84); }
H1.HeaderClassName
{
color: #758554;
}
.AnyTagClassName
{
color: #758554;
}
</style>
background-color css
<style>
a { background-color: #758554; }
a { background-color: rgb(117,133,84); }
div.DivClassName
{
background-color: #758554;
}
.BgClassName
{
background-color: #758554;
}
</style>
border-color css
<style>
span { border-color: #758554; }
span { border-color: rgb(117,133,84); }
td.TdClassName
{
border-color: #758554;
}
.TagClassName
{
border-color: #758554;
}
</style>