Shades of Finch #748451
Tints of Finch #748451
RGB
CMYK
RGB Variations
Color information
#748451 (or 0x748451) is known color: Finch. HEX triplet: 74, 84 and 51. RGB value is (116,132,81). Sum of RGB (Red+Green+Blue) = 116+132+81=329 (43% of max value = 765). Red value is 116 (45.70% from 255 or 35.26% from 329); Green value is 132 (51.95% from 255 or 40.12% from 329); Blue value is 81 (32.03% from 255 or 24.62% from 329); Max value from RGB is 132 - color contains mainly: green. Hex color #748451 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #748451 is #8B7BAE. Grayscale: #797979. Windows color (decimal): -9141167 or 5342324. OLE color: 5342324.
HSL color Cylindrical-coordinate representation of color #748451: hue angle of 78.82º degrees, saturation: 0.24, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #748451 is Cyan = 0.12, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 116 | 132 | 81 | - |
| CMYK | 0.12 | 0 | 0.39 | 0.48 |
| HSL | 78.82º | 0.24% | 0.42% | - |
| HSV(B) | 78.82º | 0.39% | 0.52% | - |
| XYZ | 16.94 | 20.81 | 10.91 | - |
| YUV | 121.4 | 105.2 | 124.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 132 | 81 | 0.12 | 0 | 0.39 | 0.48 | 78.82 | 0.24 | 0.42 |
| Hex | 74 | 84 | 51 | C | 0 | 27 | 30 | 4F | 18 | 2A |
| Octal | 164 | 204 | 121 | 14 | 0 | 47 | 60 | 117 | 30 | 52 |
| Binary | 1110100 | 10000100 | 1010001 | 1100 | 0 | 100111 | 110000 | 1001111 | 11000 | 101010 |
Color Harmonies of #748451
Complementary color
Monochromatic Colors of #748451
Black with #748451
Text Example
Text Example
White with #748451
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #748451; }
p { color: rgb(116,132,81); }
H1.HeaderClassName
{
color: #748451;
}
.AnyTagClassName
{
color: #748451;
}
</style>
background-color css
<style>
a { background-color: #748451; }
a { background-color: rgb(116,132,81); }
div.DivClassName
{
background-color: #748451;
}
.BgClassName
{
background-color: #748451;
}
</style>
border-color css
<style>
span { border-color: #748451; }
span { border-color: rgb(116,132,81); }
td.TdClassName
{
border-color: #748451;
}
.TagClassName
{
border-color: #748451;
}
</style>