Shades of Finch #748256
Tints of Finch #748256
RGB
CMYK
RGB Variations
Color information
#748256 (or 0x748256) is known color: Finch. HEX triplet: 74, 82 and 56. RGB value is (116,130,86). Sum of RGB (Red+Green+Blue) = 116+130+86=332 (43% of max value = 765). Red value is 116 (45.70% from 255 or 34.94% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 86 (33.98% from 255 or 25.90% from 332); Max value from RGB is 130 - color contains mainly: green. Hex color #748256 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748256 is #8B7DA9. Grayscale: #787878. Windows color (decimal): -9141674 or 5669492. OLE color: 5669492.
HSL color Cylindrical-coordinate representation of color #748256: hue angle of 79.09º degrees, saturation: 0.2, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #748256 is Cyan = 0.11, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 86 | - |
| CMYK | 0.11 | 0 | 0.34 | 0.49 |
| HSL | 79.09º | 0.2% | 0.42% | - |
| HSV(B) | 79.09º | 0.34% | 0.51% | - |
| XYZ | 16.86 | 20.35 | 11.84 | - |
| YUV | 120.8 | 108.36 | 124.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 86 | 0.11 | 0 | 0.34 | 0.49 | 79.09 | 0.2 | 0.42 |
| Hex | 74 | 82 | 56 | B | 0 | 22 | 31 | 4F | 14 | 2A |
| Octal | 164 | 202 | 126 | 13 | 0 | 42 | 61 | 117 | 24 | 52 |
| Binary | 1110100 | 10000010 | 1010110 | 1011 | 0 | 100010 | 110001 | 1001111 | 10100 | 101010 |
Color Harmonies of #748256
Complementary color
Monochromatic Colors of #748256
Black with #748256
Text Example
Text Example
White with #748256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748256; }
p { color: rgb(116,130,86); }
H1.HeaderClassName
{
color: #748256;
}
.AnyTagClassName
{
color: #748256;
}
</style>
background-color css
<style>
a { background-color: #748256; }
a { background-color: rgb(116,130,86); }
div.DivClassName
{
background-color: #748256;
}
.BgClassName
{
background-color: #748256;
}
</style>
border-color css
<style>
span { border-color: #748256; }
span { border-color: rgb(116,130,86); }
td.TdClassName
{
border-color: #748256;
}
.TagClassName
{
border-color: #748256;
}
</style>