Shades of Finch #748151
Tints of Finch #748151
RGB
CMYK
RGB Variations
Color information
#748151 (or 0x748151) is known color: Finch. HEX triplet: 74, 81 and 51. RGB value is (116,129,81). Sum of RGB (Red+Green+Blue) = 116+129+81=326 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.58% from 326); Green value is 129 (50.78% from 255 or 39.57% from 326); Blue value is 81 (32.03% from 255 or 24.85% from 326); Max value from RGB is 129 - color contains mainly: green. Hex color #748151 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748151 is #8B7EAE. Grayscale: #777777. Windows color (decimal): -9141935 or 5341556. OLE color: 5341556.
HSL color Cylindrical-coordinate representation of color #748151: hue angle of 76.25º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #748151 is Cyan = 0.10, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 116 | 129 | 81 | - |
| CMYK | 0.10 | 0 | 0.37 | 0.49 |
| HSL | 76.25º | 0.23% | 0.41% | - |
| HSV(B) | 76.25º | 0.37% | 0.51% | - |
| XYZ | 16.54 | 20.01 | 10.77 | - |
| YUV | 119.64 | 106.19 | 125.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 129 | 81 | 0.10 | 0 | 0.37 | 0.49 | 76.25 | 0.23 | 0.41 |
| Hex | 74 | 81 | 51 | A | 0 | 25 | 31 | 4C | 17 | 29 |
| Octal | 164 | 201 | 121 | 12 | 0 | 45 | 61 | 114 | 27 | 51 |
| Binary | 1110100 | 10000001 | 1010001 | 1010 | 0 | 100101 | 110001 | 1001100 | 10111 | 101001 |
Color Harmonies of #748151
Complementary color
Monochromatic Colors of #748151
Black with #748151
Text Example
Text Example
White with #748151
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748151; }
p { color: rgb(116,129,81); }
H1.HeaderClassName
{
color: #748151;
}
.AnyTagClassName
{
color: #748151;
}
</style>
background-color css
<style>
a { background-color: #748151; }
a { background-color: rgb(116,129,81); }
div.DivClassName
{
background-color: #748151;
}
.BgClassName
{
background-color: #748151;
}
</style>
border-color css
<style>
span { border-color: #748151; }
span { border-color: rgb(116,129,81); }
td.TdClassName
{
border-color: #748151;
}
.TagClassName
{
border-color: #748151;
}
</style>