Shades of Finch #767948
Tints of Finch #767948
RGB
CMYK
RGB Variations
Color information
#767948 (or 0x767948) is known color: Finch. HEX triplet: 76, 79 and 48. RGB value is (118,121,72). Sum of RGB (Red+Green+Blue) = 118+121+72=311 (41% of max value = 765). Red value is 118 (46.48% from 255 or 37.94% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 72 (28.52% from 255 or 23.15% from 311); Max value from RGB is 121 - color contains mainly: green. Hex color #767948 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #767948 is #8986B7. Grayscale: #727272. Windows color (decimal): -9012920 or 4749686. OLE color: 4749686.
HSL color Cylindrical-coordinate representation of color #767948: hue angle of 63.67º degrees, saturation: 0.25, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #767948 is Cyan = 0.02, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 118 | 121 | 72 | - |
| CMYK | 0.02 | 0 | 0.40 | 0.53 |
| HSL | 63.67º | 0.25% | 0.38% | - |
| HSV(B) | 63.67º | 0.4% | 0.47% | - |
| XYZ | 15.48 | 17.99 | 8.79 | - |
| YUV | 114.52 | 104.01 | 130.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 121 | 72 | 0.02 | 0 | 0.40 | 0.53 | 63.67 | 0.25 | 0.38 |
| Hex | 76 | 79 | 48 | 2 | 0 | 28 | 35 | 40 | 19 | 26 |
| Octal | 166 | 171 | 110 | 2 | 0 | 50 | 65 | 100 | 31 | 46 |
| Binary | 1110110 | 1111001 | 1001000 | 10 | 0 | 101000 | 110101 | 1000000 | 11001 | 100110 |
Color Harmonies of #767948
Complementary color
Monochromatic Colors of #767948
Black with #767948
Text Example
Text Example
White with #767948
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767948; }
p { color: rgb(118,121,72); }
H1.HeaderClassName
{
color: #767948;
}
.AnyTagClassName
{
color: #767948;
}
</style>
background-color css
<style>
a { background-color: #767948; }
a { background-color: rgb(118,121,72); }
div.DivClassName
{
background-color: #767948;
}
.BgClassName
{
background-color: #767948;
}
</style>
border-color css
<style>
span { border-color: #767948; }
span { border-color: rgb(118,121,72); }
td.TdClassName
{
border-color: #767948;
}
.TagClassName
{
border-color: #767948;
}
</style>