Shades of Finch #7F824B
Tints of Finch #7F824B
RGB
CMYK
RGB Variations
Color information
#7F824B (or 0x7F824B) is known color: Finch. HEX triplet: 7F, 82 and 4B. RGB value is (127,130,75). Sum of RGB (Red+Green+Blue) = 127+130+75=332 (43% of max value = 765). Red value is 127 (50% from 255 or 38.25% from 332); Green value is 130 (51.17% from 255 or 39.16% from 332); Blue value is 75 (29.69% from 255 or 22.59% from 332); Max value from RGB is 130 - color contains mainly: green. Hex color #7F824B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #7F824B is #807DB4. Grayscale: #7B7B7B. Windows color (decimal): -8420789 or 4948607. OLE color: 4948607.
HSL color Cylindrical-coordinate representation of color #7F824B: hue angle of 63.27º degrees, saturation: 0.27, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #7F824B is Cyan = 0.02, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 127 | 130 | 75 | - |
| CMYK | 0.02 | 0 | 0.42 | 0.49 |
| HSL | 63.27º | 0.27% | 0.4% | - |
| HSV(B) | 63.27º | 0.42% | 0.51% | - |
| XYZ | 18.01 | 20.99 | 9.76 | - |
| YUV | 122.83 | 101.01 | 130.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 127 | 130 | 75 | 0.02 | 0 | 0.42 | 0.49 | 63.27 | 0.27 | 0.4 |
| Hex | 7F | 82 | 4B | 2 | 0 | 2A | 31 | 3F | 1B | 28 |
| Octal | 177 | 202 | 113 | 2 | 0 | 52 | 61 | 77 | 33 | 50 |
| Binary | 1111111 | 10000010 | 1001011 | 10 | 0 | 101010 | 110001 | 111111 | 11011 | 101000 |
Color Harmonies of #7F824B
Complementary color
Monochromatic Colors of #7F824B
Black with #7F824B
Text Example
Text Example
White with #7F824B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7F824B; }
p { color: rgb(127,130,75); }
H1.HeaderClassName
{
color: #7F824B;
}
.AnyTagClassName
{
color: #7F824B;
}
</style>
background-color css
<style>
a { background-color: #7F824B; }
a { background-color: rgb(127,130,75); }
div.DivClassName
{
background-color: #7F824B;
}
.BgClassName
{
background-color: #7F824B;
}
</style>
border-color css
<style>
span { border-color: #7F824B; }
span { border-color: rgb(127,130,75); }
td.TdClassName
{
border-color: #7F824B;
}
.TagClassName
{
border-color: #7F824B;
}
</style>