Shades of Finch #758555
Tints of Finch #758555
RGB
CMYK
RGB Variations
Color information
#758555 (or 0x758555) is known color: Finch. HEX triplet: 75, 85 and 55. RGB value is (117,133,85). Sum of RGB (Red+Green+Blue) = 117+133+85=335 (44% of max value = 765). Red value is 117 (46.09% from 255 or 34.93% from 335); Green value is 133 (52.34% from 255 or 39.70% from 335); Blue value is 85 (33.59% from 255 or 25.37% from 335); Max value from RGB is 133 - color contains mainly: green. Hex color #758555 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #758555 is #8A7AAA. Grayscale: #7A7A7A. Windows color (decimal): -9075371 or 5604725. OLE color: 5604725.
HSL color Cylindrical-coordinate representation of color #758555: hue angle of 80º degrees, saturation: 0.22, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #758555 is Cyan = 0.12, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 117 | 133 | 85 | - |
| CMYK | 0.12 | 0 | 0.36 | 0.48 |
| HSL | 80º | 0.22% | 0.43% | - |
| HSV(B) | 80º | 0.36% | 0.52% | - |
| XYZ | 17.36 | 21.21 | 11.77 | - |
| YUV | 122.74 | 106.7 | 123.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 133 | 85 | 0.12 | 0 | 0.36 | 0.48 | 80 | 0.22 | 0.43 |
| Hex | 75 | 85 | 55 | C | 0 | 24 | 30 | 50 | 16 | 2B |
| Octal | 165 | 205 | 125 | 14 | 0 | 44 | 60 | 120 | 26 | 53 |
| Binary | 1110101 | 10000101 | 1010101 | 1100 | 0 | 100100 | 110000 | 1010000 | 10110 | 101011 |
Color Harmonies of #758555
Complementary color
Monochromatic Colors of #758555
Black with #758555
Text Example
Text Example
White with #758555
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #758555; }
p { color: rgb(117,133,85); }
H1.HeaderClassName
{
color: #758555;
}
.AnyTagClassName
{
color: #758555;
}
</style>
background-color css
<style>
a { background-color: #758555; }
a { background-color: rgb(117,133,85); }
div.DivClassName
{
background-color: #758555;
}
.BgClassName
{
background-color: #758555;
}
</style>
border-color css
<style>
span { border-color: #758555; }
span { border-color: rgb(117,133,85); }
td.TdClassName
{
border-color: #758555;
}
.TagClassName
{
border-color: #758555;
}
</style>