Shades of Finch #768551
Tints of Finch #768551
RGB
CMYK
RGB Variations
Color information
#768551 (or 0x768551) is known color: Finch. HEX triplet: 76, 85 and 51. RGB value is (118,133,81). Sum of RGB (Red+Green+Blue) = 118+133+81=332 (43% of max value = 765). Red value is 118 (46.48% from 255 or 35.54% from 332); Green value is 133 (52.34% from 255 or 40.06% from 332); Blue value is 81 (32.03% from 255 or 24.40% from 332); Max value from RGB is 133 - color contains mainly: green. Hex color #768551 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #768551 is #897AAE. Grayscale: #7A7A7A. Windows color (decimal): -9009839 or 5342582. OLE color: 5342582.
HSL color Cylindrical-coordinate representation of color #768551: hue angle of 77.31º 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 #768551 is Cyan = 0.11, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 118 | 133 | 81 | - |
| CMYK | 0.11 | 0 | 0.39 | 0.48 |
| HSL | 77.31º | 0.24% | 0.42% | - |
| HSV(B) | 77.31º | 0.39% | 0.52% | - |
| XYZ | 17.34 | 21.22 | 10.97 | - |
| YUV | 122.59 | 104.53 | 124.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 133 | 81 | 0.11 | 0 | 0.39 | 0.48 | 77.31 | 0.24 | 0.42 |
| Hex | 76 | 85 | 51 | B | 0 | 27 | 30 | 4D | 18 | 2A |
| Octal | 166 | 205 | 121 | 13 | 0 | 47 | 60 | 115 | 30 | 52 |
| Binary | 1110110 | 10000101 | 1010001 | 1011 | 0 | 100111 | 110000 | 1001101 | 11000 | 101010 |
Color Harmonies of #768551
Complementary color
Monochromatic Colors of #768551
Black with #768551
Text Example
Text Example
White with #768551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #768551; }
p { color: rgb(118,133,81); }
H1.HeaderClassName
{
color: #768551;
}
.AnyTagClassName
{
color: #768551;
}
</style>
background-color css
<style>
a { background-color: #768551; }
a { background-color: rgb(118,133,81); }
div.DivClassName
{
background-color: #768551;
}
.BgClassName
{
background-color: #768551;
}
</style>
border-color css
<style>
span { border-color: #768551; }
span { border-color: rgb(118,133,81); }
td.TdClassName
{
border-color: #768551;
}
.TagClassName
{
border-color: #768551;
}
</style>