Shades of Finch #7B7F50
Tints of Finch #7B7F50
RGB
CMYK
RGB Variations
Color information
#7B7F50 (or 0x7B7F50) is known color: Finch. HEX triplet: 7B, 7F and 50. RGB value is (123,127,80). Sum of RGB (Red+Green+Blue) = 123+127+80=330 (43% of max value = 765). Red value is 123 (48.44% from 255 or 37.27% from 330); Green value is 127 (50% from 255 or 38.48% from 330); Blue value is 80 (31.64% from 255 or 24.24% from 330); Max value from RGB is 127 - color contains mainly: green. Hex color #7B7F50 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7F50 is #8480AF. Grayscale: #787878. Windows color (decimal): -8683696 or 5275515. OLE color: 5275515.
HSL color Cylindrical-coordinate representation of color #7B7F50: hue angle of 65.11º degrees, saturation: 0.23, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #7B7F50 is Cyan = 0.03, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 127 | 80 | - |
| CMYK | 0.03 | 0 | 0.37 | 0.50 |
| HSL | 65.11º | 0.23% | 0.41% | - |
| HSV(B) | 65.11º | 0.37% | 0.5% | - |
| XYZ | 17.21 | 19.97 | 10.54 | - |
| YUV | 120.45 | 105.17 | 129.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 80 | 0.03 | 0 | 0.37 | 0.50 | 65.11 | 0.23 | 0.41 |
| Hex | 7B | 7F | 50 | 3 | 0 | 25 | 32 | 41 | 17 | 29 |
| Octal | 173 | 177 | 120 | 3 | 0 | 45 | 62 | 101 | 27 | 51 |
| Binary | 1111011 | 1111111 | 1010000 | 11 | 0 | 100101 | 110010 | 1000001 | 10111 | 101001 |
Color Harmonies of #7B7F50
Complementary color
Monochromatic Colors of #7B7F50
Black with #7B7F50
Text Example
Text Example
White with #7B7F50
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7F50; }
p { color: rgb(123,127,80); }
H1.HeaderClassName
{
color: #7B7F50;
}
.AnyTagClassName
{
color: #7B7F50;
}
</style>
background-color css
<style>
a { background-color: #7B7F50; }
a { background-color: rgb(123,127,80); }
div.DivClassName
{
background-color: #7B7F50;
}
.BgClassName
{
background-color: #7B7F50;
}
</style>
border-color css
<style>
span { border-color: #7B7F50; }
span { border-color: rgb(123,127,80); }
td.TdClassName
{
border-color: #7B7F50;
}
.TagClassName
{
border-color: #7B7F50;
}
</style>