Shades of Finch #737850
Tints of Finch #737850
RGB
CMYK
RGB Variations
Color information
#737850 (or 0x737850) is known color: Finch. HEX triplet: 73, 78 and 50. RGB value is (115,120,80). Sum of RGB (Red+Green+Blue) = 115+120+80=315 (41% of max value = 765). Red value is 115 (45.31% from 255 or 36.51% from 315); Green value is 120 (47.27% from 255 or 38.10% from 315); Blue value is 80 (31.64% from 255 or 25.40% from 315); Max value from RGB is 120 - color contains mainly: green. Hex color #737850 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #737850 is #8C87AF. Grayscale: #727272. Windows color (decimal): -9209776 or 5273715. OLE color: 5273715.
HSL color Cylindrical-coordinate representation of color #737850: hue angle of 67.5º degrees, saturation: 0.2, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #737850 is Cyan = 0.04, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 115 | 120 | 80 | - |
| CMYK | 0.04 | 0 | 0.33 | 0.53 |
| HSL | 67.5º | 0.2% | 0.39% | - |
| HSV(B) | 67.5º | 0.33% | 0.47% | - |
| XYZ | 15.23 | 17.66 | 10.19 | - |
| YUV | 113.95 | 108.84 | 128.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 120 | 80 | 0.04 | 0 | 0.33 | 0.53 | 67.5 | 0.2 | 0.39 |
| Hex | 73 | 78 | 50 | 4 | 0 | 21 | 35 | 44 | 14 | 27 |
| Octal | 163 | 170 | 120 | 4 | 0 | 41 | 65 | 104 | 24 | 47 |
| Binary | 1110011 | 1111000 | 1010000 | 100 | 0 | 100001 | 110101 | 1000100 | 10100 | 100111 |
Color Harmonies of #737850
Complementary color
Monochromatic Colors of #737850
Black with #737850
Text Example
Text Example
White with #737850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #737850; }
p { color: rgb(115,120,80); }
H1.HeaderClassName
{
color: #737850;
}
.AnyTagClassName
{
color: #737850;
}
</style>
background-color css
<style>
a { background-color: #737850; }
a { background-color: rgb(115,120,80); }
div.DivClassName
{
background-color: #737850;
}
.BgClassName
{
background-color: #737850;
}
</style>
border-color css
<style>
span { border-color: #737850; }
span { border-color: rgb(115,120,80); }
td.TdClassName
{
border-color: #737850;
}
.TagClassName
{
border-color: #737850;
}
</style>