Shades of Finch #757853
Tints of Finch #757853
RGB
CMYK
RGB Variations
Color information
#757853 (or 0x757853) is known color: Finch. HEX triplet: 75, 78 and 53. RGB value is (117,120,83). Sum of RGB (Red+Green+Blue) = 117+120+83=320 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.56% from 320); Green value is 120 (47.27% from 255 or 37.5% from 320); Blue value is 83 (32.81% from 255 or 25.94% from 320); Max value from RGB is 120 - color contains mainly: green. Hex color #757853 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757853 is #8A87AC. Grayscale: #737373. Windows color (decimal): -9078701 or 5470325. OLE color: 5470325.
HSL color Cylindrical-coordinate representation of color #757853: hue angle of 64.86º degrees, saturation: 0.18, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #757853 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 120 | 83 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.53 |
| HSL | 64.86º | 0.18% | 0.4% | - |
| HSV(B) | 64.86º | 0.31% | 0.47% | - |
| XYZ | 15.61 | 17.84 | 10.8 | - |
| YUV | 114.89 | 110.01 | 129.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 120 | 83 | 0.02 | 0 | 0.31 | 0.53 | 64.86 | 0.18 | 0.4 |
| Hex | 75 | 78 | 53 | 2 | 0 | 1F | 35 | 41 | 12 | 28 |
| Octal | 165 | 170 | 123 | 2 | 0 | 37 | 65 | 101 | 22 | 50 |
| Binary | 1110101 | 1111000 | 1010011 | 10 | 0 | 11111 | 110101 | 1000001 | 10010 | 101000 |
Color Harmonies of #757853
Complementary color
Monochromatic Colors of #757853
Black with #757853
Text Example
Text Example
White with #757853
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757853; }
p { color: rgb(117,120,83); }
H1.HeaderClassName
{
color: #757853;
}
.AnyTagClassName
{
color: #757853;
}
</style>
background-color css
<style>
a { background-color: #757853; }
a { background-color: rgb(117,120,83); }
div.DivClassName
{
background-color: #757853;
}
.BgClassName
{
background-color: #757853;
}
</style>
border-color css
<style>
span { border-color: #757853; }
span { border-color: rgb(117,120,83); }
td.TdClassName
{
border-color: #757853;
}
.TagClassName
{
border-color: #757853;
}
</style>