Shades of Finch #7B7F53
Tints of Finch #7B7F53
RGB
CMYK
RGB Variations
Color information
#7B7F53 (or 0x7B7F53) is known color: Finch. HEX triplet: 7B, 7F and 53. RGB value is (123,127,83). Sum of RGB (Red+Green+Blue) = 123+127+83=333 (44% of max value = 765). Red value is 123 (48.44% from 255 or 36.94% from 333); Green value is 127 (50% from 255 or 38.14% from 333); Blue value is 83 (32.81% from 255 or 24.92% from 333); Max value from RGB is 127 - color contains mainly: green. Hex color #7B7F53 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7F53 is #8480AC. Grayscale: #787878. Windows color (decimal): -8683693 or 5472123. OLE color: 5472123.
HSL color Cylindrical-coordinate representation of color #7B7F53: hue angle of 65.45º degrees, saturation: 0.21, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #7B7F53 is Cyan = 0.03, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 123 | 127 | 83 | - |
| CMYK | 0.03 | 0 | 0.35 | 0.50 |
| HSL | 65.45º | 0.21% | 0.41% | - |
| HSV(B) | 65.45º | 0.35% | 0.5% | - |
| XYZ | 17.32 | 20.01 | 11.13 | - |
| YUV | 120.79 | 106.67 | 129.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 127 | 83 | 0.03 | 0 | 0.35 | 0.50 | 65.45 | 0.21 | 0.41 |
| Hex | 7B | 7F | 53 | 3 | 0 | 23 | 32 | 41 | 15 | 29 |
| Octal | 173 | 177 | 123 | 3 | 0 | 43 | 62 | 101 | 25 | 51 |
| Binary | 1111011 | 1111111 | 1010011 | 11 | 0 | 100011 | 110010 | 1000001 | 10101 | 101001 |
Color Harmonies of #7B7F53
Complementary color
Monochromatic Colors of #7B7F53
Black with #7B7F53
Text Example
Text Example
White with #7B7F53
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7F53; }
p { color: rgb(123,127,83); }
H1.HeaderClassName
{
color: #7B7F53;
}
.AnyTagClassName
{
color: #7B7F53;
}
</style>
background-color css
<style>
a { background-color: #7B7F53; }
a { background-color: rgb(123,127,83); }
div.DivClassName
{
background-color: #7B7F53;
}
.BgClassName
{
background-color: #7B7F53;
}
</style>
border-color css
<style>
span { border-color: #7B7F53; }
span { border-color: rgb(123,127,83); }
td.TdClassName
{
border-color: #7B7F53;
}
.TagClassName
{
border-color: #7B7F53;
}
</style>