Shades of Finch #748354
Tints of Finch #748354
RGB
CMYK
RGB Variations
Color information
#748354 (or 0x748354) is known color: Finch. HEX triplet: 74, 83 and 54. RGB value is (116,131,84). Sum of RGB (Red+Green+Blue) = 116+131+84=331 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.05% from 331); Green value is 131 (51.56% from 255 or 39.58% from 331); Blue value is 84 (33.20% from 255 or 25.38% from 331); Max value from RGB is 131 - color contains mainly: green. Hex color #748354 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748354 is #8B7CAB. Grayscale: #797979. Windows color (decimal): -9141420 or 5538676. OLE color: 5538676.
HSL color Cylindrical-coordinate representation of color #748354: hue angle of 79.15º degrees, saturation: 0.22, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #748354 is Cyan = 0.11, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 131 | 84 | - |
| CMYK | 0.11 | 0 | 0.36 | 0.49 |
| HSL | 79.15º | 0.22% | 0.42% | - |
| HSV(B) | 79.15º | 0.36% | 0.51% | - |
| XYZ | 16.92 | 20.59 | 11.47 | - |
| YUV | 121.16 | 107.03 | 124.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 131 | 84 | 0.11 | 0 | 0.36 | 0.49 | 79.15 | 0.22 | 0.42 |
| Hex | 74 | 83 | 54 | B | 0 | 24 | 31 | 4F | 16 | 2A |
| Octal | 164 | 203 | 124 | 13 | 0 | 44 | 61 | 117 | 26 | 52 |
| Binary | 1110100 | 10000011 | 1010100 | 1011 | 0 | 100100 | 110001 | 1001111 | 10110 | 101010 |
Color Harmonies of #748354
Complementary color
Monochromatic Colors of #748354
Black with #748354
Text Example
Text Example
White with #748354
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748354; }
p { color: rgb(116,131,84); }
H1.HeaderClassName
{
color: #748354;
}
.AnyTagClassName
{
color: #748354;
}
</style>
background-color css
<style>
a { background-color: #748354; }
a { background-color: rgb(116,131,84); }
div.DivClassName
{
background-color: #748354;
}
.BgClassName
{
background-color: #748354;
}
</style>
border-color css
<style>
span { border-color: #748354; }
span { border-color: rgb(116,131,84); }
td.TdClassName
{
border-color: #748354;
}
.TagClassName
{
border-color: #748354;
}
</style>