Shades of Finch #748247
Tints of Finch #748247
RGB
CMYK
RGB Variations
Color information
#748247 (or 0x748247) is known color: Finch. HEX triplet: 74, 82 and 47. RGB value is (116,130,71). Sum of RGB (Red+Green+Blue) = 116+130+71=317 (41% of max value = 765). Red value is 116 (45.70% from 255 or 36.59% from 317); Green value is 130 (51.17% from 255 or 41.01% from 317); Blue value is 71 (28.12% from 255 or 22.40% from 317); Max value from RGB is 130 - color contains mainly: green. Hex color #748247 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748247 is #8B7DB8. Grayscale: #777777. Windows color (decimal): -9141689 or 4686452. OLE color: 4686452.
HSL color Cylindrical-coordinate representation of color #748247: hue angle of 74.24º degrees, saturation: 0.29, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #748247 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 71 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.49 |
| HSL | 74.24º | 0.29% | 0.39% | - |
| HSV(B) | 74.24º | 0.45% | 0.51% | - |
| XYZ | 16.32 | 20.13 | 8.99 | - |
| YUV | 119.09 | 100.86 | 125.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 71 | 0.11 | 0 | 0.45 | 0.49 | 74.24 | 0.29 | 0.39 |
| Hex | 74 | 82 | 47 | B | 0 | 2D | 31 | 4A | 1D | 27 |
| Octal | 164 | 202 | 107 | 13 | 0 | 55 | 61 | 112 | 35 | 47 |
| Binary | 1110100 | 10000010 | 1000111 | 1011 | 0 | 101101 | 110001 | 1001010 | 11101 | 100111 |
Color Harmonies of #748247
Complementary color
Monochromatic Colors of #748247
Black with #748247
Text Example
Text Example
White with #748247
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748247; }
p { color: rgb(116,130,71); }
H1.HeaderClassName
{
color: #748247;
}
.AnyTagClassName
{
color: #748247;
}
</style>
background-color css
<style>
a { background-color: #748247; }
a { background-color: rgb(116,130,71); }
div.DivClassName
{
background-color: #748247;
}
.BgClassName
{
background-color: #748247;
}
</style>
border-color css
<style>
span { border-color: #748247; }
span { border-color: rgb(116,130,71); }
td.TdClassName
{
border-color: #748247;
}
.TagClassName
{
border-color: #748247;
}
</style>