Shades of Finch #767C52
Tints of Finch #767C52
RGB
CMYK
RGB Variations
Color information
#767C52 (or 0x767C52) is known color: Finch. HEX triplet: 76, 7C and 52. RGB value is (118,124,82). Sum of RGB (Red+Green+Blue) = 118+124+82=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 124 (48.83% from 255 or 38.27% from 324); Blue value is 82 (32.42% from 255 or 25.31% from 324); Max value from RGB is 124 - color contains mainly: green. Hex color #767C52 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #767C52 is #8983AD. Grayscale: #757575. Windows color (decimal): -9012142 or 5405814. OLE color: 5405814.
HSL color Cylindrical-coordinate representation of color #767C52: hue angle of 68.57º degrees, saturation: 0.2, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #767C52 is Cyan = 0.05, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 118 | 124 | 82 | - |
| CMYK | 0.05 | 0 | 0.34 | 0.51 |
| HSL | 68.57º | 0.2% | 0.4% | - |
| HSV(B) | 68.57º | 0.34% | 0.49% | - |
| XYZ | 16.2 | 18.88 | 10.77 | - |
| YUV | 117.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 118 | 124 | 82 | 0.05 | 0 | 0.34 | 0.51 | 68.57 | 0.2 | 0.4 |
| Hex | 76 | 7C | 52 | 5 | 0 | 22 | 33 | 45 | 14 | 28 |
| Octal | 166 | 174 | 122 | 5 | 0 | 42 | 63 | 105 | 24 | 50 |
| Binary | 1110110 | 1111100 | 1010010 | 101 | 0 | 100010 | 110011 | 1000101 | 10100 | 101000 |
Color Harmonies of #767C52
Complementary color
Monochromatic Colors of #767C52
Black with #767C52
Text Example
Text Example
White with #767C52
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #767C52; }
p { color: rgb(118,124,82); }
H1.HeaderClassName
{
color: #767C52;
}
.AnyTagClassName
{
color: #767C52;
}
</style>
background-color css
<style>
a { background-color: #767C52; }
a { background-color: rgb(118,124,82); }
div.DivClassName
{
background-color: #767C52;
}
.BgClassName
{
background-color: #767C52;
}
</style>
border-color css
<style>
span { border-color: #767C52; }
span { border-color: rgb(118,124,82); }
td.TdClassName
{
border-color: #767C52;
}
.TagClassName
{
border-color: #767C52;
}
</style>