Shades of Finch #7B8458
Tints of Finch #7B8458
RGB
CMYK
RGB Variations
Color information
#7B8458 (or 0x7B8458) is known color: Finch. HEX triplet: 7B, 84 and 58. RGB value is (123,132,88). Sum of RGB (Red+Green+Blue) = 123+132+88=343 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.86% from 343); Green value is 132 (51.95% from 255 or 38.48% from 343); Blue value is 88 (34.77% from 255 or 25.66% from 343); Max value from RGB is 132 - color contains mainly: green. Hex color #7B8458 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B8458 is #847BA7. Grayscale: #7C7C7C. Windows color (decimal): -8682408 or 5801083. OLE color: 5801083.
HSL color Cylindrical-coordinate representation of color #7B8458: hue angle of 72.27º degrees, saturation: 0.2, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #7B8458 is Cyan = 0.07, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 123 | 132 | 88 | - |
| CMYK | 0.07 | 0 | 0.33 | 0.48 |
| HSL | 72.27º | 0.2% | 0.43% | - |
| HSV(B) | 72.27º | 0.33% | 0.52% | - |
| XYZ | 18.18 | 21.42 | 12.41 | - |
| YUV | 124.29 | 107.52 | 127.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 132 | 88 | 0.07 | 0 | 0.33 | 0.48 | 72.27 | 0.2 | 0.43 |
| Hex | 7B | 84 | 58 | 7 | 0 | 21 | 30 | 48 | 14 | 2B |
| Octal | 173 | 204 | 130 | 7 | 0 | 41 | 60 | 110 | 24 | 53 |
| Binary | 1111011 | 10000100 | 1011000 | 111 | 0 | 100001 | 110000 | 1001000 | 10100 | 101011 |
Color Harmonies of #7B8458
Complementary color
Monochromatic Colors of #7B8458
Black with #7B8458
Text Example
Text Example
White with #7B8458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B8458; }
p { color: rgb(123,132,88); }
H1.HeaderClassName
{
color: #7B8458;
}
.AnyTagClassName
{
color: #7B8458;
}
</style>
background-color css
<style>
a { background-color: #7B8458; }
a { background-color: rgb(123,132,88); }
div.DivClassName
{
background-color: #7B8458;
}
.BgClassName
{
background-color: #7B8458;
}
</style>
border-color css
<style>
span { border-color: #7B8458; }
span { border-color: rgb(123,132,88); }
td.TdClassName
{
border-color: #7B8458;
}
.TagClassName
{
border-color: #7B8458;
}
</style>