Shades of Finch #7B835C
Tints of Finch #7B835C
RGB
CMYK
RGB Variations
Color information
#7B835C (or 0x7B835C) is known color: Finch. HEX triplet: 7B, 83 and 5C. RGB value is (123,131,92). Sum of RGB (Red+Green+Blue) = 123+131+92=346 (45% of max value = 765). Red value is 123 (48.44% from 255 or 35.55% from 346); Green value is 131 (51.56% from 255 or 37.86% from 346); Blue value is 92 (36.33% from 255 or 26.59% from 346); Max value from RGB is 131 - color contains mainly: green. Hex color #7B835C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #7B835C is #847CA3. Grayscale: #7C7C7C. Windows color (decimal): -8682660 or 6062971. OLE color: 6062971.
HSL color Cylindrical-coordinate representation of color #7B835C: hue angle of 72.31º degrees, saturation: 0.17, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #7B835C is Cyan = 0.06, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 123 | 131 | 92 | - |
| CMYK | 0.06 | 0 | 0.30 | 0.49 |
| HSL | 72.31º | 0.17% | 0.44% | - |
| HSV(B) | 72.31º | 0.3% | 0.51% | - |
| XYZ | 18.22 | 21.22 | 13.26 | - |
| YUV | 124.16 | 109.85 | 127.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 123 | 131 | 92 | 0.06 | 0 | 0.30 | 0.49 | 72.31 | 0.17 | 0.44 |
| Hex | 7B | 83 | 5C | 6 | 0 | 1E | 31 | 48 | 11 | 2C |
| Octal | 173 | 203 | 134 | 6 | 0 | 36 | 61 | 110 | 21 | 54 |
| Binary | 1111011 | 10000011 | 1011100 | 110 | 0 | 11110 | 110001 | 1001000 | 10001 | 101100 |
Color Harmonies of #7B835C
Complementary color
Monochromatic Colors of #7B835C
Black with #7B835C
Text Example
Text Example
White with #7B835C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #7B835C; }
p { color: rgb(123,131,92); }
H1.HeaderClassName
{
color: #7B835C;
}
.AnyTagClassName
{
color: #7B835C;
}
</style>
background-color css
<style>
a { background-color: #7B835C; }
a { background-color: rgb(123,131,92); }
div.DivClassName
{
background-color: #7B835C;
}
.BgClassName
{
background-color: #7B835C;
}
</style>
border-color css
<style>
span { border-color: #7B835C; }
span { border-color: rgb(123,131,92); }
td.TdClassName
{
border-color: #7B835C;
}
.TagClassName
{
border-color: #7B835C;
}
</style>