Shades of Finch #7B835B
Tints of Finch #7B835B
RGB
CMYK
RGB Variations
Color information
#7B835B (or 0x7B835B) is known color: Finch. HEX triplet: 7B, 83 and 5B. RGB value is (123,131,91). Sum of RGB (Red+Green+Blue) = 123+131+91=345 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.65% from 345); Green value is 131 (51.56% from 255 or 37.97% from 345); Blue value is 91 (35.94% from 255 or 26.38% from 345); Max value from RGB is 131 - color contains mainly: green. Hex color #7B835B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B835B is #847CA4. Grayscale: #7C7C7C. Windows color (decimal): -8682661 or 5997435. OLE color: 5997435.
HSL color Cylindrical-coordinate representation of color #7B835B: hue angle of 72º degrees, saturation: 0.18, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #7B835B is Cyan = 0.06, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 131 | 91 | - |
| CMYK | 0.06 | 0 | 0.31 | 0.49 |
| HSL | 72º | 0.18% | 0.44% | - |
| HSV(B) | 72º | 0.31% | 0.51% | - |
| XYZ | 18.17 | 21.2 | 13.03 | - |
| YUV | 124.05 | 109.35 | 127.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 131 | 91 | 0.06 | 0 | 0.31 | 0.49 | 72 | 0.18 | 0.44 |
| Hex | 7B | 83 | 5B | 6 | 0 | 1F | 31 | 48 | 12 | 2C |
| Octal | 173 | 203 | 133 | 6 | 0 | 37 | 61 | 110 | 22 | 54 |
| Binary | 1111011 | 10000011 | 1011011 | 110 | 0 | 11111 | 110001 | 1001000 | 10010 | 101100 |
Color Harmonies of #7B835B
Complementary color
Monochromatic Colors of #7B835B
Black with #7B835B
Text Example
Text Example
White with #7B835B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B835B; }
p { color: rgb(123,131,91); }
H1.HeaderClassName
{
color: #7B835B;
}
.AnyTagClassName
{
color: #7B835B;
}
</style>
background-color css
<style>
a { background-color: #7B835B; }
a { background-color: rgb(123,131,91); }
div.DivClassName
{
background-color: #7B835B;
}
.BgClassName
{
background-color: #7B835B;
}
</style>
border-color css
<style>
span { border-color: #7B835B; }
span { border-color: rgb(123,131,91); }
td.TdClassName
{
border-color: #7B835B;
}
.TagClassName
{
border-color: #7B835B;
}
</style>