Shades of Finch #73794B
Tints of Finch #73794B
RGB
CMYK
RGB Variations
Color information
#73794B (or 0x73794B) is known color: Finch. HEX triplet: 73, 79 and 4B. RGB value is (115,121,75). Sum of RGB (Red+Green+Blue) = 115+121+75=311 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.98% from 311); Green value is 121 (47.66% from 255 or 38.91% from 311); Blue value is 75 (29.69% from 255 or 24.12% from 311); Max value from RGB is 121 - color contains mainly: green. Hex color #73794B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #73794B is #8C86B4. Grayscale: #727272. Windows color (decimal): -9209525 or 4946291. OLE color: 4946291.
HSL color Cylindrical-coordinate representation of color #73794B: hue angle of 67.83º degrees, saturation: 0.23, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #73794B is Cyan = 0.05, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 121 | 75 | - |
| CMYK | 0.05 | 0 | 0.38 | 0.53 |
| HSL | 67.83º | 0.23% | 0.38% | - |
| HSV(B) | 67.83º | 0.38% | 0.47% | - |
| XYZ | 15.18 | 17.83 | 9.3 | - |
| YUV | 113.96 | 106.01 | 128.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 121 | 75 | 0.05 | 0 | 0.38 | 0.53 | 67.83 | 0.23 | 0.38 |
| Hex | 73 | 79 | 4B | 5 | 0 | 26 | 35 | 44 | 17 | 26 |
| Octal | 163 | 171 | 113 | 5 | 0 | 46 | 65 | 104 | 27 | 46 |
| Binary | 1110011 | 1111001 | 1001011 | 101 | 0 | 100110 | 110101 | 1000100 | 10111 | 100110 |
Color Harmonies of #73794B
Complementary color
Monochromatic Colors of #73794B
Black with #73794B
Text Example
Text Example
White with #73794B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73794B; }
p { color: rgb(115,121,75); }
H1.HeaderClassName
{
color: #73794B;
}
.AnyTagClassName
{
color: #73794B;
}
</style>
background-color css
<style>
a { background-color: #73794B; }
a { background-color: rgb(115,121,75); }
div.DivClassName
{
background-color: #73794B;
}
.BgClassName
{
background-color: #73794B;
}
</style>
border-color css
<style>
span { border-color: #73794B; }
span { border-color: rgb(115,121,75); }
td.TdClassName
{
border-color: #73794B;
}
.TagClassName
{
border-color: #73794B;
}
</style>