Shades of Finch #757D52
Tints of Finch #757D52
RGB
CMYK
RGB Variations
Color information
#757D52 (or 0x757D52) is known color: Finch. HEX triplet: 75, 7D and 52. RGB value is (117,125,82). Sum of RGB (Red+Green+Blue) = 117+125+82=324 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.11% from 324); Green value is 125 (49.22% from 255 or 38.58% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 125 - color contains mainly: green. Hex color #757D52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757D52 is #8A82AD. Grayscale: #757575. Windows color (decimal): -9077422 or 5406069. OLE color: 5406069.
HSL color Cylindrical-coordinate representation of color #757D52: hue angle of 71.16º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #757D52 is Cyan = 0.06, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 117 | 125 | 82 | - |
| CMYK | 0.06 | 0 | 0.34 | 0.51 |
| HSL | 71.16º | 0.21% | 0.41% | - |
| HSV(B) | 71.16º | 0.34% | 0.49% | - |
| XYZ | 16.19 | 19.06 | 10.81 | - |
| YUV | 117.71 | 107.85 | 127.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 125 | 82 | 0.06 | 0 | 0.34 | 0.51 | 71.16 | 0.21 | 0.41 |
| Hex | 75 | 7D | 52 | 6 | 0 | 22 | 33 | 47 | 15 | 29 |
| Octal | 165 | 175 | 122 | 6 | 0 | 42 | 63 | 107 | 25 | 51 |
| Binary | 1110101 | 1111101 | 1010010 | 110 | 0 | 100010 | 110011 | 1000111 | 10101 | 101001 |
Color Harmonies of #757D52
Complementary color
Monochromatic Colors of #757D52
Black with #757D52
Text Example
Text Example
White with #757D52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757D52; }
p { color: rgb(117,125,82); }
H1.HeaderClassName
{
color: #757D52;
}
.AnyTagClassName
{
color: #757D52;
}
</style>
background-color css
<style>
a { background-color: #757D52; }
a { background-color: rgb(117,125,82); }
div.DivClassName
{
background-color: #757D52;
}
.BgClassName
{
background-color: #757D52;
}
</style>
border-color css
<style>
span { border-color: #757D52; }
span { border-color: rgb(117,125,82); }
td.TdClassName
{
border-color: #757D52;
}
.TagClassName
{
border-color: #757D52;
}
</style>