Shades of Finch #75765E
Tints of Finch #75765E
RGB
CMYK
RGB Variations
Color information
#75765E (or 0x75765E) is known color: Finch. HEX triplet: 75, 76 and 5E. RGB value is (117,118,94). Sum of RGB (Red+Green+Blue) = 117+118+94=329 (43% of max value = 765). Red value is 117 (46.09% from 255 or 35.56% from 329); Green value is 118 (46.48% from 255 or 35.87% from 329); Blue value is 94 (37.11% from 255 or 28.57% from 329); Max value from RGB is 118 - color contains mainly: green. Hex color #75765E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #75765E is #8A89A1. Grayscale: #737373. Windows color (decimal): -9079202 or 6190709. OLE color: 6190709.
HSL color Cylindrical-coordinate representation of color #75765E: hue angle of 62.5º degrees, saturation: 0.11, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #75765E is Cyan = 0.01, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 117 | 118 | 94 | - |
| CMYK | 0.01 | 0 | 0.20 | 0.54 |
| HSL | 62.5º | 0.11% | 0.42% | - |
| HSV(B) | 62.5º | 0.2% | 0.46% | - |
| XYZ | 15.83 | 17.55 | 13.14 | - |
| YUV | 114.97 | 116.17 | 129.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 118 | 94 | 0.01 | 0 | 0.20 | 0.54 | 62.5 | 0.11 | 0.42 |
| Hex | 75 | 76 | 5E | 1 | 0 | 14 | 36 | 3F | B | 2A |
| Octal | 165 | 166 | 136 | 1 | 0 | 24 | 66 | 77 | 13 | 52 |
| Binary | 1110101 | 1110110 | 1011110 | 1 | 0 | 10100 | 110110 | 111111 | 1011 | 101010 |
Color Harmonies of #75765E
Complementary color
Monochromatic Colors of #75765E
Black with #75765E
Text Example
Text Example
White with #75765E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #75765E; }
p { color: rgb(117,118,94); }
H1.HeaderClassName
{
color: #75765E;
}
.AnyTagClassName
{
color: #75765E;
}
</style>
background-color css
<style>
a { background-color: #75765E; }
a { background-color: rgb(117,118,94); }
div.DivClassName
{
background-color: #75765E;
}
.BgClassName
{
background-color: #75765E;
}
</style>
border-color css
<style>
span { border-color: #75765E; }
span { border-color: rgb(117,118,94); }
td.TdClassName
{
border-color: #75765E;
}
.TagClassName
{
border-color: #75765E;
}
</style>