Shades of Finch #767945
Tints of Finch #767945
RGB
CMYK
RGB Variations
Color information
#767945 (or 0x767945) is known color: Finch. HEX triplet: 76, 79 and 45. RGB value is (118,121,69). Sum of RGB (Red+Green+Blue) = 118+121+69=308 (40% of max value = 765). Red value is 118 (46.48% from 255 or 38.31% from 308); Green value is 121 (47.66% from 255 or 39.29% from 308); Blue value is 69 (27.34% from 255 or 22.40% from 308); Max value from RGB is 121 - color contains mainly: green. Hex color #767945 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767945 is #8986BA. Grayscale: #727272. Windows color (decimal): -9012923 or 4553078. OLE color: 4553078.
HSL color Cylindrical-coordinate representation of color #767945: hue angle of 63.46º degrees, saturation: 0.27, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #767945 is Cyan = 0.02, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 121 | 69 | - |
| CMYK | 0.02 | 0 | 0.43 | 0.53 |
| HSL | 63.46º | 0.27% | 0.37% | - |
| HSV(B) | 63.46º | 0.43% | 0.47% | - |
| XYZ | 15.38 | 17.96 | 8.29 | - |
| YUV | 114.18 | 102.51 | 130.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 69 | 0.02 | 0 | 0.43 | 0.53 | 63.46 | 0.27 | 0.37 |
| Hex | 76 | 79 | 45 | 2 | 0 | 2B | 35 | 3F | 1B | 25 |
| Octal | 166 | 171 | 105 | 2 | 0 | 53 | 65 | 77 | 33 | 45 |
| Binary | 1110110 | 1111001 | 1000101 | 10 | 0 | 101011 | 110101 | 111111 | 11011 | 100101 |
Color Harmonies of #767945
Complementary color
Monochromatic Colors of #767945
Black with #767945
Text Example
Text Example
White with #767945
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767945; }
p { color: rgb(118,121,69); }
H1.HeaderClassName
{
color: #767945;
}
.AnyTagClassName
{
color: #767945;
}
</style>
background-color css
<style>
a { background-color: #767945; }
a { background-color: rgb(118,121,69); }
div.DivClassName
{
background-color: #767945;
}
.BgClassName
{
background-color: #767945;
}
</style>
border-color css
<style>
span { border-color: #767945; }
span { border-color: rgb(118,121,69); }
td.TdClassName
{
border-color: #767945;
}
.TagClassName
{
border-color: #767945;
}
</style>