Shades of Finch #747652
Tints of Finch #747652
RGB
CMYK
RGB Variations
Color information
#747652 (or 0x747652) is known color: Finch. HEX triplet: 74, 76 and 52. RGB value is (116,118,82). Sum of RGB (Red+Green+Blue) = 116+118+82=316 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.71% from 316); Green value is 118 (46.48% from 255 or 37.34% from 316); Blue value is 82 (32.42% from 255 or 25.95% from 316); Max value from RGB is 118 - color contains mainly: green. Hex color #747652 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #747652 is #8B89AD. Grayscale: #717171. Windows color (decimal): -9144750 or 5404276. OLE color: 5404276.
HSL color Cylindrical-coordinate representation of color #747652: hue angle of 63.33º degrees, saturation: 0.18, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #747652 is Cyan = 0.02, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 116 | 118 | 82 | - |
| CMYK | 0.02 | 0 | 0.31 | 0.54 |
| HSL | 63.33º | 0.18% | 0.39% | - |
| HSV(B) | 63.33º | 0.31% | 0.46% | - |
| XYZ | 15.2 | 17.28 | 10.52 | - |
| YUV | 113.3 | 110.34 | 129.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 118 | 82 | 0.02 | 0 | 0.31 | 0.54 | 63.33 | 0.18 | 0.39 |
| Hex | 74 | 76 | 52 | 2 | 0 | 1F | 36 | 3F | 12 | 27 |
| Octal | 164 | 166 | 122 | 2 | 0 | 37 | 66 | 77 | 22 | 47 |
| Binary | 1110100 | 1110110 | 1010010 | 10 | 0 | 11111 | 110110 | 111111 | 10010 | 100111 |
Color Harmonies of #747652
Complementary color
Monochromatic Colors of #747652
Black with #747652
Text Example
Text Example
White with #747652
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #747652; }
p { color: rgb(116,118,82); }
H1.HeaderClassName
{
color: #747652;
}
.AnyTagClassName
{
color: #747652;
}
</style>
background-color css
<style>
a { background-color: #747652; }
a { background-color: rgb(116,118,82); }
div.DivClassName
{
background-color: #747652;
}
.BgClassName
{
background-color: #747652;
}
</style>
border-color css
<style>
span { border-color: #747652; }
span { border-color: rgb(116,118,82); }
td.TdClassName
{
border-color: #747652;
}
.TagClassName
{
border-color: #747652;
}
</style>