Shades of Finch #73794F
Tints of Finch #73794F
RGB
CMYK
RGB Variations
Color information
#73794F (or 0x73794F) is known color: Finch. HEX triplet: 73, 79 and 4F. RGB value is (115,121,79). Sum of RGB (Red+Green+Blue) = 115+121+79=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 121 (47.66% from 255 or 38.41% from 315); Blue value is 79 (31.25% from 255 or 25.08% from 315); Max value from RGB is 121 - color contains mainly: green. Hex color #73794F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73794F is #8C86B0. Grayscale: #727272. Windows color (decimal): -9209521 or 5208435. OLE color: 5208435.
HSL color Cylindrical-coordinate representation of color #73794F: hue angle of 68.57º degrees, saturation: 0.21, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #73794F is Cyan = 0.05, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 121 | 79 | - |
| CMYK | 0.05 | 0 | 0.35 | 0.53 |
| HSL | 68.57º | 0.21% | 0.39% | - |
| HSV(B) | 68.57º | 0.35% | 0.47% | - |
| XYZ | 15.32 | 17.88 | 10.04 | - |
| YUV | 114.42 | 108.01 | 128.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 121 | 79 | 0.05 | 0 | 0.35 | 0.53 | 68.57 | 0.21 | 0.39 |
| Hex | 73 | 79 | 4F | 5 | 0 | 23 | 35 | 45 | 15 | 27 |
| Octal | 163 | 171 | 117 | 5 | 0 | 43 | 65 | 105 | 25 | 47 |
| Binary | 1110011 | 1111001 | 1001111 | 101 | 0 | 100011 | 110101 | 1000101 | 10101 | 100111 |
Color Harmonies of #73794F
Complementary color
Monochromatic Colors of #73794F
Black with #73794F
Text Example
Text Example
White with #73794F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73794F; }
p { color: rgb(115,121,79); }
H1.HeaderClassName
{
color: #73794F;
}
.AnyTagClassName
{
color: #73794F;
}
</style>
background-color css
<style>
a { background-color: #73794F; }
a { background-color: rgb(115,121,79); }
div.DivClassName
{
background-color: #73794F;
}
.BgClassName
{
background-color: #73794F;
}
</style>
border-color css
<style>
span { border-color: #73794F; }
span { border-color: rgb(115,121,79); }
td.TdClassName
{
border-color: #73794F;
}
.TagClassName
{
border-color: #73794F;
}
</style>