Shades of Finch #7B7F5E
Tints of Finch #7B7F5E
RGB
CMYK
RGB Variations
Color information
#7B7F5E (or 0x7B7F5E) is known color: Finch. HEX triplet: 7B, 7F and 5E. RGB value is (123,127,94). Sum of RGB (Red+Green+Blue) = 123+127+94=344 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.76% from 344); Green value is 127 (50% from 255 or 36.92% from 344); Blue value is 94 (37.11% from 255 or 27.33% from 344); Max value from RGB is 127 - color contains mainly: green. Hex color #7B7F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #7B7F5E is #8480A1. Grayscale: #7A7A7A. Windows color (decimal): -8683682 or 6193019. OLE color: 6193019.
HSL color Cylindrical-coordinate representation of color #7B7F5E: hue angle of 67.27º degrees, saturation: 0.15, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #7B7F5E is Cyan = 0.03, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.50.
Color convert
RGB | 123 | 127 | 94 | - |
CMYK | 0.03 | 0 | 0.26 | 0.50 |
HSL | 67.27º | 0.15% | 0.43% | - |
HSV(B) | 67.27º | 0.26% | 0.5% | - |
XYZ | 17.78 | 20.2 | 13.55 | - |
YUV | 122.04 | 112.17 | 128.68 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 123 | 127 | 94 | 0.03 | 0 | 0.26 | 0.50 | 67.27 | 0.15 | 0.43 |
Hex | 7B | 7F | 5E | 3 | 0 | 1A | 32 | 43 | F | 2B |
Octal | 173 | 177 | 136 | 3 | 0 | 32 | 62 | 103 | 17 | 53 |
Binary | 1111011 | 1111111 | 1011110 | 11 | 0 | 11010 | 110010 | 1000011 | 1111 | 101011 |
Color Harmonies of #7B7F5E
Complementary color
Monochromatic Colors of #7B7F5E
Black with #7B7F5E
Text Example
Text Example
White with #7B7F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B7F5E; }
p { color: rgb(123,127,94); }
H1.HeaderClassName
{
color: #7B7F5E;
}
.AnyTagClassName
{
color: #7B7F5E;
}
</style>
background-color css
<style>
a { background-color: #7B7F5E; }
a { background-color: rgb(123,127,94); }
div.DivClassName
{
background-color: #7B7F5E;
}
.BgClassName
{
background-color: #7B7F5E;
}
</style>
border-color css
<style>
span { border-color: #7B7F5E; }
span { border-color: rgb(123,127,94); }
td.TdClassName
{
border-color: #7B7F5E;
}
.TagClassName
{
border-color: #7B7F5E;
}
</style>