Shades of Finch #757752
Tints of Finch #757752
RGB
CMYK
RGB Variations
Color information
#757752 (or 0x757752) is known color: Finch. HEX triplet: 75, 77 and 52. RGB value is (117,119,82). Sum of RGB (Red+Green+Blue) = 117+119+82=318 (42% of max value = 765). Red value is 117 (46.09% from 255 or 36.79% from 318); Green value is 119 (46.88% from 255 or 37.42% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 119 - color contains mainly: green. Hex color #757752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #757752 is #8A88AD. Grayscale: #727272. Windows color (decimal): -9078958 or 5404533. OLE color: 5404533.
HSL color Cylindrical-coordinate representation of color #757752: hue angle of 63.24º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #757752 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 117 | 119 | 82 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.53 |
| HSL | 63.24º | 0.18% | 0.39% | - |
| HSV(B) | 63.24º | 0.31% | 0.47% | - |
| XYZ | 15.46 | 17.58 | 10.56 | - |
| YUV | 114.18 | 109.84 | 130.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 117 | 119 | 82 | 0.02 | 0 | 0.31 | 0.53 | 63.24 | 0.18 | 0.39 |
| Hex | 75 | 77 | 52 | 2 | 0 | 1F | 35 | 3F | 12 | 27 |
| Octal | 165 | 167 | 122 | 2 | 0 | 37 | 65 | 77 | 22 | 47 |
| Binary | 1110101 | 1110111 | 1010010 | 10 | 0 | 11111 | 110101 | 111111 | 10010 | 100111 |
Color Harmonies of #757752
Complementary color
Monochromatic Colors of #757752
Black with #757752
Text Example
Text Example
White with #757752
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #757752; }
p { color: rgb(117,119,82); }
H1.HeaderClassName
{
color: #757752;
}
.AnyTagClassName
{
color: #757752;
}
</style>
background-color css
<style>
a { background-color: #757752; }
a { background-color: rgb(117,119,82); }
div.DivClassName
{
background-color: #757752;
}
.BgClassName
{
background-color: #757752;
}
</style>
border-color css
<style>
span { border-color: #757752; }
span { border-color: rgb(117,119,82); }
td.TdClassName
{
border-color: #757752;
}
.TagClassName
{
border-color: #757752;
}
</style>