Shades of Finch #748248
Tints of Finch #748248
RGB
CMYK
RGB Variations
Color information
#748248 (or 0x748248) is known color: Finch. HEX triplet: 74, 82 and 48. RGB value is (116,130,72). Sum of RGB (Red+Green+Blue) = 116+130+72=318 (42% of max value = 765). Red value is 116 (45.70% from 255 or 36.48% from 318); Green value is 130 (51.17% from 255 or 40.88% from 318); Blue value is 72 (28.52% from 255 or 22.64% from 318); Max value from RGB is 130 - color contains mainly: green. Hex color #748248 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #748248 is #8B7DB7. Grayscale: #777777. Windows color (decimal): -9141688 or 4751988. OLE color: 4751988.
HSL color Cylindrical-coordinate representation of color #748248: hue angle of 74.48º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #748248 is Cyan = 0.11, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 130 | 72 | - |
| CMYK | 0.11 | 0 | 0.45 | 0.49 |
| HSL | 74.48º | 0.29% | 0.4% | - |
| HSV(B) | 74.48º | 0.45% | 0.51% | - |
| XYZ | 16.35 | 20.15 | 9.16 | - |
| YUV | 119.2 | 101.36 | 125.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 130 | 72 | 0.11 | 0 | 0.45 | 0.49 | 74.48 | 0.29 | 0.4 |
| Hex | 74 | 82 | 48 | B | 0 | 2D | 31 | 4A | 1D | 28 |
| Octal | 164 | 202 | 110 | 13 | 0 | 55 | 61 | 112 | 35 | 50 |
| Binary | 1110100 | 10000010 | 1001000 | 1011 | 0 | 101101 | 110001 | 1001010 | 11101 | 101000 |
Color Harmonies of #748248
Complementary color
Monochromatic Colors of #748248
Black with #748248
Text Example
Text Example
White with #748248
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748248; }
p { color: rgb(116,130,72); }
H1.HeaderClassName
{
color: #748248;
}
.AnyTagClassName
{
color: #748248;
}
</style>
background-color css
<style>
a { background-color: #748248; }
a { background-color: rgb(116,130,72); }
div.DivClassName
{
background-color: #748248;
}
.BgClassName
{
background-color: #748248;
}
</style>
border-color css
<style>
span { border-color: #748248; }
span { border-color: rgb(116,130,72); }
td.TdClassName
{
border-color: #748248;
}
.TagClassName
{
border-color: #748248;
}
</style>