Shades of Finch #73795C
Tints of Finch #73795C
RGB
CMYK
RGB Variations
Color information
#73795C (or 0x73795C) is known color: Finch. HEX triplet: 73, 79 and 5C. RGB value is (115,121,92). Sum of RGB (Red+Green+Blue) = 115+121+92=328 (43% of max value = 765). Red value is 115 (45.31% from 255 or 35.06% from 328); Green value is 121 (47.66% from 255 or 36.89% from 328); Blue value is 92 (36.33% from 255 or 28.05% from 328); Max value from RGB is 121 - color contains mainly: green. Hex color #73795C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #73795C is #8C86A3. Grayscale: #747474. Windows color (decimal): -9209508 or 6060403. OLE color: 6060403.
HSL color Cylindrical-coordinate representation of color #73795C: hue angle of 72.41º degrees, saturation: 0.14, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #73795C is Cyan = 0.05, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 121 | 92 | - |
| CMYK | 0.05 | 0 | 0.24 | 0.53 |
| HSL | 72.41º | 0.14% | 0.42% | - |
| HSV(B) | 72.41º | 0.24% | 0.47% | - |
| XYZ | 15.84 | 18.09 | 12.78 | - |
| YUV | 115.9 | 114.51 | 127.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 121 | 92 | 0.05 | 0 | 0.24 | 0.53 | 72.41 | 0.14 | 0.42 |
| Hex | 73 | 79 | 5C | 5 | 0 | 18 | 35 | 48 | E | 2A |
| Octal | 163 | 171 | 134 | 5 | 0 | 30 | 65 | 110 | 16 | 52 |
| Binary | 1110011 | 1111001 | 1011100 | 101 | 0 | 11000 | 110101 | 1001000 | 1110 | 101010 |
Color Harmonies of #73795C
Complementary color
Monochromatic Colors of #73795C
Black with #73795C
Text Example
Text Example
White with #73795C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #73795C; }
p { color: rgb(115,121,92); }
H1.HeaderClassName
{
color: #73795C;
}
.AnyTagClassName
{
color: #73795C;
}
</style>
background-color css
<style>
a { background-color: #73795C; }
a { background-color: rgb(115,121,92); }
div.DivClassName
{
background-color: #73795C;
}
.BgClassName
{
background-color: #73795C;
}
</style>
border-color css
<style>
span { border-color: #73795C; }
span { border-color: rgb(115,121,92); }
td.TdClassName
{
border-color: #73795C;
}
.TagClassName
{
border-color: #73795C;
}
</style>