Shades of Finch #808B5B
Tints of Finch #808B5B
RGB
CMYK
RGB Variations
Color information
#808B5B (or 0x808B5B) is known color: Finch. HEX triplet: 80, 8B and 5B. RGB value is (128,139,91). Sum of RGB (Red+Green+Blue) = 128+139+91=358 (47% of max value = 765). Red value is 128 (50.39% from 255 or 35.75% from 358); Green value is 139 (54.69% from 255 or 38.83% from 358); Blue value is 91 (35.94% from 255 or 25.42% from 358); Max value from RGB is 139 - color contains mainly: green. Hex color #808B5B is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #808B5B is #7F74A4. Grayscale: #828282. Windows color (decimal): -8352933 or 5999488. OLE color: 5999488.
HSL color Cylindrical-coordinate representation of color #808B5B: hue angle of 73.75º degrees, saturation: 0.21, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #808B5B is Cyan = 0.08, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 128 | 139 | 91 | - |
| CMYK | 0.08 | 0 | 0.35 | 0.45 |
| HSL | 73.75º | 0.21% | 0.45% | - |
| HSV(B) | 73.75º | 0.35% | 0.55% | - |
| XYZ | 20.02 | 23.81 | 13.44 | - |
| YUV | 130.24 | 105.86 | 126.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 128 | 139 | 91 | 0.08 | 0 | 0.35 | 0.45 | 73.75 | 0.21 | 0.45 |
| Hex | 80 | 8B | 5B | 8 | 0 | 23 | 2D | 4A | 15 | 2D |
| Octal | 200 | 213 | 133 | 10 | 0 | 43 | 55 | 112 | 25 | 55 |
| Binary | 10000000 | 10001011 | 1011011 | 1000 | 0 | 100011 | 101101 | 1001010 | 10101 | 101101 |
Color Harmonies of #808B5B
Complementary color
Monochromatic Colors of #808B5B
Black with #808B5B
Text Example
Text Example
White with #808B5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #808B5B; }
p { color: rgb(128,139,91); }
H1.HeaderClassName
{
color: #808B5B;
}
.AnyTagClassName
{
color: #808B5B;
}
</style>
background-color css
<style>
a { background-color: #808B5B; }
a { background-color: rgb(128,139,91); }
div.DivClassName
{
background-color: #808B5B;
}
.BgClassName
{
background-color: #808B5B;
}
</style>
border-color css
<style>
span { border-color: #808B5B; }
span { border-color: rgb(128,139,91); }
td.TdClassName
{
border-color: #808B5B;
}
.TagClassName
{
border-color: #808B5B;
}
</style>